https://github.com/phsym/mandelbrotviewer
A simple java viewer for the Mandelbrot factal
https://github.com/phsym/mandelbrotviewer
Last synced: 11 months ago
JSON representation
A simple java viewer for the Mandelbrot factal
- Host: GitHub
- URL: https://github.com/phsym/mandelbrotviewer
- Owner: phsym
- Archived: true
- Created: 2012-08-28T13:51:21.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2014-07-18T15:05:22.000Z (almost 12 years ago)
- Last Synced: 2025-03-25T08:12:26.063Z (over 1 year ago)
- Language: Java
- Size: 207 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/phsym/MandelbrotViewer)
# Mandelbrot viewer.
*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
## Requirements :
Java 7
## How to build :
In a terminal, go to the project directory and invoke the Ant builder with
> ant
## How to launch :
### Windows :
Launch the application by double-clicking on MandelbrotViewer.jar
### Other platforms :
In a terminal, invoke
> java -jar MandelbrotViewer.jar
## How to use :
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.
### Keys :
I -> Increase iterations number
K -> Decrease iterations number
P -> Take a screenshot
## License :
> 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 .
## Author :
Pierre-Henri Symoneaux