#luminance #surfman #stateless #opengl

luminance-surfman

A Surfman platform crate for the Luminance graphics API

1 unstable release

0.1.0 Apr 30, 2021

#800 in Graphics APIs

Download history 6/week @ 2023-11-20 7/week @ 2023-11-27 1/week @ 2023-12-11 5/week @ 2023-12-18 7/week @ 2023-12-25 4/week @ 2024-01-08 7/week @ 2024-02-05 9/week @ 2024-02-12 15/week @ 2024-02-19 38/week @ 2024-02-26 22/week @ 2024-03-04

84 downloads per month
Used in 7 crates (via bevy_retrograde_core)

Custom license

10KB
139 lines

Luminance Surfman

Crates.io Docs.rs Katharos License

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
~337K SLoC