FRACTALS

Buddhabrot fractals

GREY011.gif
700*700
361.02 KB
bighsl6.jpg
1200*1200
490.45 KB

The Buddhabrot was discovered by Melinda Green, who adapted the classical Mandelbrot set algorithm to develop a new way of displaying it.
Lori Gardi named this rendering the "Buddhabrot".

In the classical approach, each pixel goes through the Mandelbrot formula. A point can escape or not escape after a certain number of iterations. The pixel is then plotted.

In the Buddhabrot approach, one selects points in the sample area of the complex number plane (-2 to 2 in both x and y direction, for example). The Mandelbrot formula is used without plotting to test if the point escapes to infinity or not.

Melinda's method is to choose random points from the sample area, Lori Gardi proposed to use an ordered grid to step though the sample area, I've employed the ordered grid method in the program I used to render the Buddhabrot fractals shown here.


Buddhabrot Maker (DOS/console, compiled QBasic program) info, screenshots and download


BDBOPT7.jpg
91.66 KB
CBDBOPT1.jpg
52.85 KB
hsl4-5multi.jpg
99.81 KB
inout01.jpg
164.47 KB
mcloud8.jpg
140.38 KB
rgbcld04.jpg
167.07 KB

The lower three images are a variation on the Buddhabrot method, which uses the points that do not escape (the points inside the M-set) instead of the points that escape. The result is similar to the Mandelcloud type fractal in Fractint with Outside=Summ.


Buddhabrot links (updated januari 8 2005)


To Fractal Expo index
To site index