Skip to content

mnerv/fractals

Repository files navigation

Fractals

Fractals explorer.

Requirements

Development

Clone repository with --recursive flag

git clone --recursive git@github.com:mnerv/fractals.git

Update the submodules.

git submodule update --init --recursive

Use cmake to generate the Build System script.

cmake -S . -Bbuild
cmake --build build -j4