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 5212ccce4a sove merge conflict 2 years ago
cmake init 2 years ago
include init 2 years ago
src init 2 years ago
test init 2 years ago
.gitignore Initial commit 2 years ago
CMakeLists.txt init 2 years ago
LICENSE Initial commit 2 years ago
README.md sove merge conflict 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, including libigl, eigen3, glfw and so on. So please check your network before building the project.