Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thecodeboss/magnifractal

A fractal zooming/exploring tool.
https://github.com/thecodeboss/magnifractal

Last synced: 18 days ago
JSON representation

A fractal zooming/exploring tool.

Awesome Lists containing this project

README

        

Magnifractal
============

A fractal zooming/exploring tool. Under construction - mostly this was a fun weekend project to learn Java, but I'll try to make it a decent tool for exploring fractals. At the moment, its Mandelbrot only.

How to Use
==========

Compile using "javac Magnifractal.java".

Run it using "java Magnifractal".

Controls are as follows:

Mouse wheel: zoom in/out

'r': increase resolution (wraps around)

'u': set to min resolution (good for faster zooming)

't': set to max resolution (use for stunning images)

Arrow keys: panning (NOT IMPLEMENTED YET)