/Mandelbrot-Set-Plotter

A C++ and SFML program that let's you plot the approximate Mandelbrot Set and zoom in.

Primary LanguageC++

Mandelbrot-Set-Plotter

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