Skip to content

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

Notifications You must be signed in to change notification settings

Paragoumba/MandelBulb

Repository files navigation

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published