Please use SSH to clone this repository :
git clone --recurse-submodules [email protected]:remigerme/dune-modelling.git
Make sure you have cmake installed on your machine (and all libs required by cgp such as libglfw3
and stuff).
If you're using Linux, there is no setup. Just debug with the Debug project with new files
configuration.
If you're using macOS, you need to replace gdb
by lldb
in .vscode/launch.json
. Then debug.
Everytime you create a new file (and so the first time too), run this command - inside the build
directory :
cmake ..
To compile and run the project, use this command - still inside the build
directory :
make -j8
./dune-modelling
A blog article is available. Main handcrafted mechanisms are presented in a graphic way to help understand how the project was made without diving into the code.