https://github.com/ageron/mandelbrot-java-applet
This is a small mandelbrot java applet I did back in 1997
https://github.com/ageron/mandelbrot-java-applet
Last synced: 8 months ago
JSON representation
This is a small mandelbrot java applet I did back in 1997
- Host: GitHub
- URL: https://github.com/ageron/mandelbrot-java-applet
- Owner: ageron
- Created: 2009-04-22T19:03:10.000Z (about 17 years ago)
- Default Branch: master
- Last Pushed: 2009-10-08T10:46:07.000Z (over 16 years ago)
- Last Synced: 2025-08-15T23:51:02.623Z (10 months ago)
- Language: Java
- Homepage:
- Size: 85 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This is a small mandelbrot java applet I did yeaaaars ago.
You may view it at:
http://aureliengeron.free.fr/fractales/
I actually lost the source code, so I decompiled the class files using mocha.
This explains why the code looks odd and has no comments. You may also find weird locale variable names.
For some reason the buttons labels are not displayed when I run this applet on Linux... Well, it's Java: "write once, debug everywhere".