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