Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 232 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 232 Bytes

Mandelbrot Set Visualizer using C++

For running the code, go to the respective directory and enter:

g++ main.cpp -std=c++20 -lSDL2 -lGL -lGLEW -o running && ./running

Make sure the dependencies SDL2 and GL are installed.