WebGL Examples
Some first experiments with WebGL.- A Mandelbrot Set Explorer, with the hard work done in the fragment shader.
- A Julia Set Explorer.
- Hopf Fibration visualization.
I’ve thrown together a couple of jQuery UI widgets for WebGL boilerplate and
dragging.
These use Brandon Jones’s glMatrix for matrix and vector operations and replacements for the old glu functions.
There is a very nice series of WebGL tutorials here. They provided my starting point.
The WebGL specification is here.