/Codebot.Fractals

An interactive Mandelbrot set explorer using variable CPU cores and software rendering

Primary LanguagePascalGNU General Public License v3.0GPL-3.0

Codebot.Fractals

A program to explore the Mandelbrot set using variable CPU cores and software rendering.

What is Fractals?

Fractals is a cross platform desktop interactive Mandelbrot set explorer program that uses variable CPU cores and software rendering to render and navigate the Mandelbrot set. You can change the number of CPU cores used to render a frame from the set and compare its performance as cores are increased or decreased.

This program is part of a greater computer programming studies course taught to children using resources and tools from the getlazarus website.

fractals-preview.mp4

See Also

Codebot.FractalsGL a similar program using OpenGL shaders for increased real time performance.