This is an early experimental prototype for doing OpenGL in Rust using a similar strategy to the WebGL library regl. It is an excuse for me to learn Rust and write some OpenGL.
cargo run --example single-trianglecargo run --example moving-trianglescargo run --example teapot
MIT License