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.
 
 
 
zhang-zh 4aad81e3d1 master branch update 3 years ago
cmake init 3 years ago
include init 3 years ago
src init 3 years ago
test init 3 years ago
.gitignore Initial commit 3 years ago
CMakeLists.txt init 3 years ago
LICENSE Initial commit 3 years ago
README.md master branch update 3 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, including libigl, eigen3, glfw and so on. So please check your network before building the project.