https://github.com/thecodeboss/magnifractal
A fractal zooming/exploring tool.
https://github.com/thecodeboss/magnifractal
Last synced: 10 months 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 11 years ago)
- Default Branch: master
- Last Pushed: 2014-09-02T01:44:08.000Z (over 11 years ago)
- Last Synced: 2025-02-06T09:23:48.447Z (12 months 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)