My videos about fractals and this code: Part 1 & Part 2
sudo apt-get install libsfml-devg++ 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 |

