Simple Mandelbrot Viewer and explorer implemented with Java and Processing
It allows for progressive zooming into the Mandelbrot set visualization at any point.
Precision is limited mainly by max iterations. This can be modified in the main sketch file to achieve better results
- Refactor program to follow MVC pattern
- Implement max iteration controls into UI
- Implement different coloring options into UI