Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 771 Bytes

README.md

File metadata and controls

33 lines (29 loc) · 771 Bytes

MandelBulb

MandelBulb is a software that renders fractals in 3D by raymarching them.

Gitlab pipeline status

Dependencies

MandelBulb:

Tests

How to compile

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.