A C++ and SFML program that let's you plot the approximate Mandelbrot Set and zoom in.
Build command:
g++ MandelbrotSetPlotter.cpp -lsfml-window -lsfml-system -lsfml-graphics -fopenmp -O2
A C++ and SFML program that let's you plot the approximate Mandelbrot Set and zoom in.
C++