glitter was an experimental library I made to attempt to codify the rules of OpenGL's state machine with Rust's type system. The goal was to have a zero-cost and safe wrapper around the OpenGL API, ...