1 unstable release
0.1.0 | Apr 30, 2021 |
---|
#765 in Graphics APIs
72 downloads per month
Used in 7 crates
(via bevy_retrograde_core)
10KB
139 lines
Luminance Surfman
A Surfman platform crate for the Luminance graphics API
This crate is useful in situtions where you do not have control over the window creation, and you need to be able to create a Luminance surface after the window and event loop have already been created.
This crate currently supports creating a Luminance surface from a winit window, but could also be easily extended to allow you to create surfaces from a raw window handle. Open an issue if you have that use case!
lib.rs
:
A Surfman platform crate for the Luminance graphics API
This crate is useful in situtions where you do not have control over the window creation, and you need to be able to create a Luminance surface after the window and event loop have already been created.
This crate currently supports creating a Luminance surface from a winit window, but could also be easily extended to allow you to create surfaces from a raw window handle. Open an issue if you have that use case!
Dependencies
~17MB
~336K SLoC