glu-sys 0.1.3

Raw GLU and GL Rust bindings
Documentation

glu-sys

Raw GLU and GL Rust bindings

This crate doesn't handle windowing, it can be used with other crates which handle windowing and gl contexts to do raw opengl calls.

This is an example using the fltk crate: https://github.com/MoAlyousef/fltk-opengl-demo/blob/master/src/main.rs