https://github.com/katharostech/luminance-surfman
A Surfman platform crate for Luminance
https://github.com/katharostech/luminance-surfman
rust
Last synced: over 1 year ago
JSON representation
A Surfman platform crate for Luminance
- Host: GitHub
- URL: https://github.com/katharostech/luminance-surfman
- Owner: katharostech
- License: other
- Created: 2021-03-19T22:11:17.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-30T18:32:46.000Z (about 5 years ago)
- Last Synced: 2024-04-14T09:04:25.083Z (about 2 years ago)
- Topics: rust
- Language: Rust
- Size: 10.7 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Luminance Surfman
[](https://crates.io/crates/luminance-surfman)
[](https://docs.rs/luminance-surfman)
[](https://github.com/katharostech/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][rwh]. Open an
issue if you have that use case!
[rwh]: https://docs.rs/raw-window-handle/0.3.3/raw_window_handle/