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 | |
---|---|---|
3rdparty | 2 years ago | |
cmake | 2 years ago | |
examples | 2 years ago | |
include | 2 years ago | |
src | 2 years ago | |
.gitignore | 2 years ago | |
CMakeLists.txt | 2 years ago | |
README.md | 2 years ago |
README.md
Nurbs curve surface intersection check
Dependencies
STL, Libigl, Eigen and the dependencies of the igl::opengl::glfw::Viewer (OpenGL, glad and GLFW). The CMake build system will automatically download libigl and its dependencies using CMake FetchContent, thus requiring no setup on your part.
Platform
The project could run both on Linux and Windows.
Compile
mkdir build
cd build
cmake ..
make #if you are using visual studio, find the .sln project and build it.
Run
You could check out examples/ for more details.
If you are using Visual Studio in Windows Platform, please choose one of the example project as a setup project then run it.