/WebGLMandelbrot1K

WebGL Mandelbrot in 1K

Primary LanguageHTMLMIT LicenseMIT

WebGL Mandelbrot 1K

This is a port of the Humus Mandelbrot 1K demo at http://www.humus.name/index.php?page=3D&ID=85

There are a few versions included:

  • Mandelbrot.html - Base line version
  • MandelbrotTiny.html - Basic size optimizations of base line
  • MandelbrotTinyHash.html - Size compression using hashing of the GL device names to fit in 1K (may break).

Some size reduction techniques are taken from: http://blog.tojicode.com/2010/09/itty-bitty-webgl.html

Click below to play the WebGLMandelbrot versions

Mandelbrot.html

MandelbrotTiny.html

MandelbrotTinyHash.html