This is a Mandelbrot Fractal Generator. It’s using fastest bruteforce rendering method,so unless someone use asembler programming or Xaos algorithm it’s the fastest rendering possible for PSP.
_(PSP_misc).PNG)
This actual version has three fractal sizes: Fullscreen(480×272),medium(250×200),small(120×100).
Bigger fractal means longer rendering time.Also,you can set number of orbit checks per loop – more checks means more details and longer rendering time.Default is 100 and with this setting you can reach 60-70x zoom,with ~30sec rendering time.With 300 checks per loop you can reach as far as 500x zoom,but rendering of single zoom can take even up to 5 minutes.And yes,the zoom here is finite.
This article is over 2 years old — the linked page may have changed, moved, or been taken over since then.