Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grovesNL/glow
GL on Whatever: a set of bindings to run GL anywhere and avoid target-specific code
https://github.com/grovesNL/glow
opengl opengl-es rust webgl
Last synced: about 2 months ago
JSON representation
GL on Whatever: a set of bindings to run GL anywhere and avoid target-specific code
- Host: GitHub
- URL: https://github.com/grovesNL/glow
- Owner: grovesNL
- License: apache-2.0
- Created: 2018-12-28T17:06:08.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-11-05T15:53:53.000Z (about 2 months ago)
- Last Synced: 2024-11-06T13:04:19.888Z (about 2 months ago)
- Topics: opengl, opengl-es, rust, webgl
- Language: Rust
- Homepage:
- Size: 1.21 MB
- Stars: 1,188
- Watchers: 11
- Forks: 130
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE-APACHE
Awesome Lists containing this project
README
glow
GL on Whatever: a set of bindings to run GL anywhere (Open GL, OpenGL ES, and WebGL) and avoid target-specific code.
## Build commands
```sh
# native
cargo build# web-sys
cargo build --target wasm32-unknown-unknown
```## License
This project is licensed under any one of [Apache License, Version
2.0](LICENSE-APACHE), [zlib License](LICENSE-ZLIB), or [MIT
license](LICENSE-MIT), at your option.## Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in this project by you, as defined in the Apache 2.0 license,
shall be dual licensed as above, without any additional terms or conditions.