This is a demonstration that uses the HTML5 canvas element.
It renders a live “plasma” effect of colors, an effect that was very popular in the games and demos of the 1990′s. This demo demonstrates just how fast javascript can process pixels (300 x 400 = 120.000 pixels [480.000 bytes] per frame).
The demo was made by Jason Reid.
View the demo