Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 407 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 407 Bytes

Menger sponge in OpenGL

alt-text

This work is inspired by The Coding Train coding challenge and by https://learnopengl.com/.


Press the space bar to explode the cube 🤩


In order to build and run the project

cmake -S . -B ./build
cd build/
make
./Merger_sponge