Canvas/WebGL + js [May 22, 2011, 10:11 a.m.]
The Html(5) canvas element is a place to render stuff on a webpage, the graphics are scripted using Javascript.
While the Html5 specification provides a 2D interface, the WebGL API provides for 3D rendering also via Javascript.
This Task will be used to discuss this.