AllRGB is a really cool challenge: make an image that contains each of the 16777216 RGB colors exactly once.
I wrote a HTML canvas-based visualization of an AllRGB image being created. It uses several space-filling curves in 2D and 3D.
I made a demo of this at /projects/allrgb and the source is on GitHub.
Read more