A program to explore the Mandelbrot set using variable CPU cores and software rendering.
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
Codebot.FractalsGL a similar program using OpenGL shaders for increased real time performance.