Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.