Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Frame buffer crate #143

Open
FloVanGH opened this issue Jun 12, 2020 · 7 comments
Open

Frame buffer crate #143

FloVanGH opened this issue Jun 12, 2020 · 7 comments

Comments

@FloVanGH
Copy link

Hello together,

I want to test raqote together with a winit based implementation. Therefore I need a framebuffer crate that could be used with winit. I found pixels https://github.com/parasyte/pixels, but unfortunately it is not stable enough now for my purposes. Do you know any alternatives?

@jrmuizel
Copy link
Owner

There's https://github.com/rust-windowing/winit-blit but it doesn't have a great platform support yet. When I get a chance I'll see about contributing a Mac backend.

@jrmuizel
Copy link
Owner

I tried this today but ran into a problem with winit: rust-windowing/winit#1605

@FloVanGH
Copy link
Author

FloVanGH commented Sep 5, 2020

Any progress? One of our OrbTk contributors work on a new window / event library. It could also used to draw on the frame buffer. I hope it will be a success.

@jrmuizel
Copy link
Owner

jrmuizel commented Sep 5, 2020

No progress.

@parasyte
Copy link
Contributor

I created an example using raqote with pixels: parasyte/pixels#118

@FloVanGH
Copy link
Author

@parasyte that's great 🙂

@john01dav
Copy link

I wrote Softbuffer for just this purpose. It has a fairly severe bug on Mac OS right now, but I'm working on fixing it and it's been completely stable on Windows, X11, and Wayland in my usage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants