Three.

Another JavaScript graphics library. This time for 3D.

The aim of this project is to create a lightweight 3D engine with a very low level of abstraction (aka for dummies). Currently the examples are the documentation. Be aware that the API may change from revision to revision breaking backwards compatibility.

The engine can render using <canvas>, <svg> and WebGL.

(Via Think Vitamin.)