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.

18 lines
476 B

2 years ago
<h1 align="center">Curve tracing for SSI</h1>
2 years ago
2 years ago
## File Description
+ `src` includes all SSI tracing test samples.
## Build
+ Type these commands to build all samples:
2 years ago
```
mkdir build && cd build
cmake ..
make
```
## Dependencies
+ This project uses `FetchContent` of CMake to get dependencies from [libigl](https://github.com/libigl/libigl), including `libigl`, `eigen3`, `glfw` and so on. So please **check your network** before building the project.