gl11 0.1.1

OpenGL 1.1 bindings, based on gl-rs
Documentation

gl11

Version License Downloads

Uses gl_generator to create OpenGL 1.1 bindings

[dependencies]
gl11 = "0.1"

Usage

Usage is similar to the gl crate, but with OpenGL 1.1 functions.

Check out the example on how to draw a triangle with GLFW