Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lokathor/gl33
Rust bindings to OpenGL 3.3
https://github.com/lokathor/gl33
opengl rust zlib-license
Last synced: 3 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 (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-08T02:53:29.000Z (almost 4 years ago)
- Last Synced: 2024-10-16T05:21:30.305Z (3 months ago)
- Topics: opengl, rust, zlib-license
- Language: Rust
- Homepage: https://docs.rs/gl33
- Size: 812 KB
- Stars: 10
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE-ZLIB.md
Awesome Lists containing this project
README
[![License:Zlib](https://img.shields.io/badge/License-Zlib-brightgreen.svg)](https://opensource.org/licenses/Zlib)
![min-rust-1.34](https://img.shields.io/badge/Min%20Rust-1.34-green.svg)
[![crates.io](https://img.shields.io/crates/v/gl33.svg)](https://crates.io/crates/gl33)
[![docs.rs](https://docs.rs/gl33/badge.svg)](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.