Skip to content

RaphaelAsla/3DSierpinskiOpenGL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3DSierpinskiOpenGL

Compilation

To compile you need GLFW and CMake installed on your system.
If above requirements are fulfilled, just run the following

mkdir build && cd build
CXX=clang++ cmake -GNinja -DCMAKE_BUILD_TYPE=Release ..
ninja
./fractal

You can also move around with WASD/CTRL/SPACE and look around with the mouse !

About

Realistic Sierpinski Pyramid with scene navigation support

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published