Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 764 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 764 Bytes

Mandelbrot-Viewer

Simple Mandelbrot Viewer and explorer implemented with Java and Processing

Functionality

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

Examples

Image 1 Image 2 Image 3

To-do

  • Refactor program to follow MVC pattern
  • Implement max iteration controls into UI
  • Implement different coloring options into UI