Posted: 12th Apr 2004 18:05
This program generates fractals patterns fast enough
te let the display continuously change.
I reach 15 frames per sec. on my computer.
It is based on the circle formula c=x^2 + y^2
C is plotted as the pixel color.
Because the color value is wrapped around every 256 units
you get an interference pattern like result.

Have fun playing around with this.