Skip to content

An OpenGL implementation that allows the user to zoom in into the mandelbrot set

Notifications You must be signed in to change notification settings

Ediu3095/mandelbrot-set

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MandelbrotSet

Compilation

mkdir build/ && \
cd build && \
cmake .. -DGLM_DISABLE_AUTO_DETECTION=ON
cmake --build .

About

An OpenGL implementation that allows the user to zoom in into the mandelbrot set

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages