Shade
=====
Shade is a high-level library for graphics programming in Rust.
* Draw a colored triangle: [triangle.rs](examples/triangle.rs)
* Draw a rotating textured cube: [cube.rs](examples/cube.rs)
* Draw an stl model with basic lighting: [bunny.rs](examples/bunny.rs)
Shade is WebGL compatible! Browse the [demos](https://casualhacks.net/shade/).