Just an FYI: this project is bitrotten, due to libigl changing their build configuration. For anyone else who hits this issue: starting from the libigl example project, it is easy to add polyscope by replacing `igl::glfw` with `igl::core`.
Just an FYI: this project is bitrotten, due to libigl changing their build configuration.
For anyone else who hits this issue: starting from the libigl example project, it is easy to add polyscope by replacing
igl::glfwwithigl::core.