complementary-dynamics-cpp
complementary-dynamics-cpp copied to clipboard
Could you provide a more detailed tutorial on setting up the environment?
Before running the code, you need to set up the following: Compile static library with Bartels: libbartels
cd Bartles mkdir build cd build cmake .. -Dbartels_USE_STATIC_LIBRARY=ON make -j8
Compile static library with libigl: libigl
cd libigl mkdir build cd build cmake .. -DLIBIGL_USE_STATIC_LIBRARY=ON make -j8
I have successfully completed the above two steps.
In the cd libigl mkdir build step, should I generate a dynamic or static library? I encountered trouble when generating it on VS2022, it prompted that it could not open the file igl.lib.
How do I run or execute the Complementary Dynamics program, and is there a more detailed tutorial on setting up its runtime environment? Windows system