brenohq / mandelbrot-set

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:C++ 100.0%