Pages

Saturday, January 1, 2011

the one about OpenGL and 3D in HTML5 by David Griffiths

This is an O’reilly breakdown series video that demos the abilities of html5 canvas and OpenGL (both combined is called WebGL) where you can get real 3D objects right in your web page. Using J3DI an Apple open source library, David will build up a solar system model in a couple of hours code discussion.

First of all having 3d graphics in your browser is awesome! David did a great job building up the demo with smooth explanations especially 3D jargon ones.

Most of the time David is copying and pasting code from here and there which makes the idea of having 3D world in a webpage copy-paste easy