Help end child hunger
Mar 152011
 

The website Learning WebGL has a series of 15 lessons on WebGL starting with the configuration required to run WebGL, and ending with render to texture. This is a fairly complete tutorial, providing almost everything you need from getting started all the way to write complex applications. The tutorial covers the definition of geometry, including a loader, texturing, keyboard and mouse interactivity, lighting and some shaders.

Mar 102011
 

Fractal Lab, Interactive WebGL Fractal Explorer, is a very cool 3D web application. It can draw several types of fractals, both 3D and 2D, and it allows you to save the images produced.

The fractals are rendered using WebGL and GLSL with real time interactivity (at least for the simpler ones). The source code for the shaders is provided.

The number of iterations is configurable but beware the too many may hang up the whole system.