Skip to content

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages