3D Graphics with WebGL May 25th, 2013
- The principal options for 3D objects are Canvas and WebGL
- WebGL provides a method to talk to the graphics card of the host computer directly so you can take advantage of its hardware acceleration
- WebGL is normally in JavaScript and can be quite challenging to pick up, but there are libraries like three.js to make it easier