This is a little java mandelbrot renderer I made years ago.
I had no source, but then francis suggested I decompile it.
Done.
It is really bad (and represents a days worth of java know-how).
controls:
Click and drag a rectangle to zoom in to it.
You can use '-' and '+' to adjust the number of iterations (by 1).
You can use '[' and ']' to adjust iterations (by 10% of the current iteration).
You can use 'r' to restore the original settings.
Code is here.
back to 1014.org/code/oldbits/...