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.
|
|
3 years ago | |
|---|---|---|
| cmake | 3 years ago | |
| include | 3 years ago | |
| src | 3 years ago | |
| test | 3 years ago | |
| .gitignore | 3 years ago | |
| CMakeLists.txt | 3 years ago | |
| LICENSE | 3 years ago | |
| README.md | 3 years ago | |
README.md
Curve tracing for SSI
File Description
srcincludes all SSI tracing test samples.
Build
- Type these commands to build all samples:
mkdir build && cd build cmake .. make
Dependencies
- This project uses
FetchContentof CMake to get dependencies from libigl, includinglibigl,eigen3,glfwand so on. So please check your network before building the project.