GPL

Brotplot 2.0

Brotplot 2.0 is a port of a similar program that I wrote in 2002 using C++. It is a simple Mandelbrot plotter. This version of the program uses HTML5 and jQuery UI and offers numerous enhancements.

Instructions:
Left click: center on the clicked point.
Right click: zoom in on the clicked point.
Shift+Right click: zoom out on the clicked point.

The Mandelbrot set is a complex set that has a fractal boundary. The images of this fractal are famous for their beautiful complexity and—literally—infinite detail. A defining characteristic of fractals is their self-similarity across scale. While the same patterns may appear over and over, they are never identical. Most impressive of all is that the image is created using the simplest of functions:

ℂ : Z → Z2 + C

Read about the development of this project on CodeProject.

I'm releasing this under the GNU Public License (GPL). Feel free to do with this whatever you'd like. If you use the code or images generated by the program, please send me an email. I'd love to know how my work is being used by others.