-
Notifications
You must be signed in to change notification settings - Fork 60
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
Comments
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. |
I tried this today but ran into a problem with winit: rust-windowing/winit#1605 |
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. |
No progress. |
I created an example using |
@parasyte that's great 🙂 |
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. |
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?
The text was updated successfully, but these errors were encountered: