An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/phsym/MandelbrotViewer.svg?branch=master)](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