Graphic Engine based on Libigl
For compiling:
- Clone or download the project
- Download Cmake from the link in the site
- Run Cmake GUI, choose the project folder and destination folder for the cpp project files, press configure choose compiler (VS2019 for example). After configuration finished successfully press configure again and then press generate.
- If everything passes successfully click the "launch project" button or go to the build folder and launch the project from there.
Notes for building and running with CLion:
- Let CMake pick the generator (do not use Ninja generator!).
- To run the demo edit Demo_bin configuration and put
$CMakeCurrentGenerationDir$ in the working directory. - To share the build directory with VS choose build directory to be "build"