Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/thecodeboss/magnifractal
- Owner: thecodeboss
- License: mit
- Created: 2014-09-02T01:26:27.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-02T01:44:08.000Z (over 10 years ago)
- Last Synced: 2023-08-05T04:50:49.363Z (over 1 year ago)
- Language: Java
- Size: 137 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)