Fractal

This was my first HTML5 experiment. I was curious about using the <CANVAS> object and the performance of the Chromium Javascript engine.

A Mandelbrot fractal generator is a fun test of all that. This algorythim is very basic. There are faster approaches to generating an image than this – but that wasn’t my goal. I wanted to benchmark the browser.

Click to try it out