Thursday, November 20, 2014

threejs - makes WebGL - 3D in the browser - very easy

http://threejs.org/docs/index.html#Manual/Introduction/Creating_a_scene

Three.js is a library that makes WebGL - 3D in the browser - very easy. While a simple cube in raw WebGL would turn out hundreds of lines of Javascript and shader code, a Three.js equivalent is only a fraction of that.

No comments: