Fractal Explorer

Coded in Java | February 22, 2012
Fractals are very cool-looking, but involve using the complex plane. This can be done quickly
in Java. As part of a class in Java, I created the "Fractal Explorer", a graphical user
interface that can display different kinds of fratals, which can then be saved as images.
New fractal designs can be added by extending the code base.
Fractals!
The Fractal Explorer is able to generate fractals in different colors and save them to disk. The image below is actually generated and saved by the program.


