https://github.com/pollend/rogl
A complete gl binding built for Rust
https://github.com/pollend/rogl
opengl rust
Last synced: 2 months ago
JSON representation
A complete gl binding built for Rust
- Host: GitHub
- URL: https://github.com/pollend/rogl
- Owner: pollend
- License: apache-2.0
- Created: 2022-02-27T22:02:23.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-04T13:55:32.000Z (about 4 years ago)
- Last Synced: 2025-12-26T20:51:49.390Z (6 months ago)
- Topics: opengl, rust
- Language: Rust
- Homepage: https://crates.io/crates/rogl
- Size: 2.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
rogl
Rust GL library (rogl): A complete gl binding built for Rust.
Overview
- generated from `gl.xml`
- supports OpenGL versions
`1.0`,`1.1`,`1.2`,`1.3`,`1.4`,`1.5`,`2.0`,`2.1`,`3.0`,`3.1`,`3.2`,`3.3`,`4.0`,`4.1`,`4.2`,`4.3`,`4.4`,`4.5`,`4.6`
- supports OpenGLES versions `1.0`, `2.0`, `3.0`, `3.1`, `3.2`
- No validation, everything is unsafe
- features are used to prevent including old API's that are unused. Allows for a smaller OpenGL.
License
This project is licensed under [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0)