An open API service indexing awesome lists of open source software.

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

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)