Here is a very nice example (kick starting
this Github project from within B4J. You need the following:
1. Attached B4J project
2. Attached Jar (MandelbrotMCV.jar) - copy it to your B4J additional library folder
3. ffmpeg (jars) - download version 0.7.0
from HERE - extract the jars and copy them to your B4J additional library folder
Start the project. If you want to ZOOM in then use the right hand button of your mouse to select a rectangle/square to zoom into. Zoom as much as what you like (I have not had a crash thus far when zooming in multiple times.
Base Image:
Zoom into the region of the sea horses and elephants:
17 x zooms in a specific area:
Zooming into a different area:
One of the numerous Mandelbrot Sets found while zooming in multiple time.
Zoomed in about 25 time to get to this
It is astonishing that such a simple formula can create these pattern by feeding the answer of the last calc into the calc for the next values (complex numbers).