WebGL (Web
Graphics Library)
is a JavaScript API for rendering interactive computer
graphics (2D/3D) within any compatible web browser.
It
is based on OpenGL ES 2.0, and uses the HTML5 canvas
element.
Google
Maps is an example application that uses WebG.
Programming
in WebGL involves
- VBOs
- Shaders (vertex, fragment)

WebGL demos