Fractals explorer.
Clone repository with --recursive flag
git clone --recursive git@github.com:mnerv/fractals.gitUpdate the submodules.
git submodule update --init --recursiveUse cmake to generate the Build System script.
cmake -S . -Bbuildcmake --build build -j4