I wrote a nice Mandelbrot fractal explorer application. It is written using Delphi XE5 and use extended precision floating point calculation to be able to produce ultra high zoom images.
You can create bitmaps much larger than the screen size. This way you can have a high resolution printout.
The program use multithreading to take advantage for multicore CPU. Computation is quite fast.
You
↧