Home > Programming > Fractals

 

Here you can find source code for rendering various fractals. All source code is written in Delphi. Every procedure looks like this:

procedure
Fractal(ABitmap: TBitmap);
begin
...
end
;
where ABitmap is a valid TBitmap image. Use these procedures to your programs to create fractal images into bitmaps.
The source code found here was the base to build Fractal Designer.

Choose from the following fractals available.
Mandel Set
Simple mandel
Mandel
Julia Set
Ameboa
Dentrite
Dragon
EGK
Flower
Rabbit
Siegel
Julia Cos
Julia Sin
Other
Fern
Bifur
Carpet
Castle
Cloud
Clouds
Fall
Snowstar
Forrest
Tree
Galaxy
Triangle
Maze
Mist Clouds
Rock

In order to download the source code of Fractal Desingner 1.0 click here (16Kb).

1