A Mandelbrot-Set computer simulation written in C++ with SDL2
Learn more about Mandelbrot-Set: https://en.wikipedia.org/wiki/Mandelbrot_set
g++ main.cpp -lSDL2 -pthread
Make sure to install SDL2 before compiling. See https://www.libsdl.org/
8000