Three.js: JavaScript 3D Library
By Jim Hoskins @jimrhoskins
09 February 2011 | Category: Asides
Three.js is a JavaScript library that allows you to work in 3D. It can render to the typical 2D <canvas>, the new WebGL 3D <canvas>, and <svg>.
WebGL support has been enabled by default in the latest version of Google Chrome. Check out the speed differences of the canvas and WebGL examples if you are using a browser with WebGL enabled.
Visit Link: https://github.com/mrdoob/three.js/

