/mandelbrot-set

Mandelbrot Set visualization in C++. Built with SDL2.

Primary LanguageC++

mandelbrot-set

Mandelbrot Set visualization in C++. Built with SDL2.

Compiling

g++ -std=c++20 -lSDL2 -o mandelbrot mandelbrot.cpp

Running

./mandelbrot

Output

Mandelbrot Set Example