https://github.com/lokathor/gl33
Rust bindings to OpenGL 3.3
https://github.com/lokathor/gl33
opengl rust zlib-license
Last synced: 2 months ago
JSON representation
Rust bindings to OpenGL 3.3
- Host: GitHub
- URL: https://github.com/lokathor/gl33
- Owner: Lokathor
- License: zlib
- Created: 2020-07-18T03:55:16.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-08T02:53:29.000Z (about 4 years ago)
- Last Synced: 2025-03-12T21:28:18.916Z (3 months ago)
- Topics: opengl, rust, zlib-license
- Language: Rust
- Homepage: https://docs.rs/gl33
- Size: 812 KB
- Stars: 13
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE-ZLIB.md
Awesome Lists containing this project
README
[](https://opensource.org/licenses/Zlib)

[](https://crates.io/crates/gl33)
[](https://docs.rs/gl33/)# gl33
Bindings to OpenGL 3.3## Stability
The `gl33` crate presents OpenGL 3.3 bindings for Rust, as described by [gl.xml](https://github.com/KhronosGroup/OpenGL-Registry/blob/master/xml/gl.xml).
It's *very unlikely* that an update to GL 3.3 would ever be released that would cause a breaking change.