Google Maps Mandelbrot
To investigate the ability to render arbitrary images over the entire earth using Google Maps, Google Maps Mandelbrot was built. Fractals allow rendering of any section at any zoom level, independent of the rest of the image, an important property for tile-based rendering. Implemented first using Processing and a Java servlet, the implementation was then optimised down to a C program with a small PHP wrapper, which is available online here.
Home