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.
|
2 years ago | |
---|---|---|
cmake | 2 years ago | |
include | 2 years ago | |
src | 2 years ago | |
test | 2 years ago | |
.gitignore | 2 years ago | |
CMakeLists.txt | 2 years ago | |
LICENSE | 2 years ago | |
README.md | 2 years ago |
README.md
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.