Skip to content

C++ implementation of the Mandelbrot Set using SDL2 and OpenGL

Notifications You must be signed in to change notification settings

animeshkumarmaitreya/Mandelbrot-Set

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

C++ implementation of the Mandelbrot Set using SDL2 and OpenGL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published