https://github.com/katharostech/luminance-glow
A Glow ( GL On Whatever ) backend for Luminance
https://github.com/katharostech/luminance-glow
opengl rust webgl
Last synced: about 2 months ago
JSON representation
A Glow ( GL On Whatever ) backend for Luminance
- Host: GitHub
- URL: https://github.com/katharostech/luminance-glow
- Owner: katharostech
- License: other
- Created: 2021-04-02T19:18:57.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-30T18:29:10.000Z (about 5 years ago)
- Last Synced: 2025-10-29T00:42:37.436Z (8 months ago)
- Topics: opengl, rust, webgl
- Language: Rust
- Size: 125 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# luminance-glow
[](https://crates.io/crates/luminance-glow)
[](https://docs.rs/luminance-glow)
[](https://github.com/katharostech/luminance-glow)
Glow backend for Luminance
This crate provides a [glow] backend for [luminance]. It is capable of targeting desktop using
OpenGL and web using both WebGL 2 and WebGL 1 ( though WebGL 1 has some caveats such as
supported texture formats ).
[luminance]: https://crates.io/crates/luminance
[glow]: https://github.com/grovesNL/glow