Copyright (C) 2012 Pierre-Henri Symoneaux
THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY
See the license section for more information.
This program lets you explore the Mandelbrot fractal
Java 7
In a terminal, go to the project directory and invoke the Ant builder with
ant
Launch the application by double-clicking on MandelbrotViewer.jar
In a terminal, invoke
java -jar MandelbrotViewer.jar
Drag with the mouse to exlore the fractal.
Use the mouse wheel to zoom in/out.
Right click on the fractal to show the menu.
I -> Increase iterations number
K -> Decrease iterations number
P -> Take a screenshot
This work is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0).
To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/3.0/legalcode .
Pierre-Henri Symoneaux