shade 0.0.4

Another graphics library
Documentation
1
2
3
4
5
6
7
8
9
10
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/).