Saturday, 6 August 2016

Chaos graphics.

The images below were created by fractal generators written in Lazarus (Object Pascal).
Below each image is the source of the algorithm to generate the fractal. The algorithm has been translated from the language used in the source into Lazarus.

The Julia set from Joe Pritchard's book called 'The chaos cookbook'.
The Mandelbrot set from Joe Pritchard's book called 'The chaos cookbook'.
Sierpinski triangle from the book 'Advanced programming in C' by Roger T. Stevens.
A Barnsley fractal from the book 'Advanced fractal programming in C' by Roger T. Stevens.
Convergence basins for a polynomial from Stephen John Sugden's book called problem solving with Delphi.

Monday, 23 May 2016

Link to a website containing free fractal generators.



The image of the Mandelbrot set above was generated using a program written in BBC Basic for Windows.

The link below contains a website address to the free fractal generators which generated the images using Lazarus.

Link to the website to download free fractal generators.