# 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. ## Compile ``` mkdir build cd build cmake .. make ``` ## 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. ```