You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
476 B
476 B
Curve tracing for SSI
File Description
src
includes all SSI tracing test samples.
Build
- Type these commands to build all samples:
mkdir build && cd build cmake .. make
Dependencies
- This project uses
FetchContent
of CMake to get dependencies from libigl, includinglibigl
,eigen3
,glfw
and so on. So please check your network before building the project.