My videos about fractals and this code: Part 1 & Part 2 (to be added)
sudo apt-get install libsfml-dev
g++ main.cpp \
Application.cpp \
MandelbrotSet.cpp \
-o mandelbrot \
-lsfml-graphics \
-lsfml-window \
-lsfml-system \
-pthread
./mandelbrot
Width | Height | Maximum Number of Iterations | Speed |
---|---|---|---|
600 | 450 | 100 | 1x |