MandelBulb is a software that renders fractals in 3D by raymarching them.
After cloning the repo, run:
pushd <repoDir>
cmake -S . -B cmake-build-debug
pushd cmake-build-debug
cmake --build . --target MandelBulb
pushd ../src/cmake-build-debug
Execute ./MandelBulb
to run the program.