libigl-example-project
libigl-example-project copied to clipboard
A blank project example showing how to use libigl and cmake.
Network issues often arise, especially in China. Can I use find_package(libigl) to get target now?
Hi, I wanted to update my old codebase so it works with new libigl buildsystem. My code uses `Eigen::all` almost in every function but when compiling i get the error:...
Program running slowly in the cgal branch of libigl-example-project ,but the program running very very very slower compared with the libigl project tutorial 609_Boolean. how can i fix this problem?...
I've changed the CMakeLists.txt file to the following: ``` cmake_minimum_required(VERSION 3.16) project(example) list(PREPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake) # Libigl SET(LIBIGL_GLFW ON CACHE BOOL "Build target igl::glfw" FORCE) SET(LIBIGL_COPYLEFT_CGAL ON CACHE BOOL "Build...
I'm trying to run Tutorial 106 on Visual Studio 2019, both debug and release x86 and I have 53 error from the linker Gravità Codice Descrizione Progetto File Riga Stato...
Commenting out viewer.launch() causes linker errors with imgui/glad (no imgui/glad functions called)
I tried to build a libigil-based project by extending this example. The first thing I tried to do is add an imgui window pane/ menu. I noticed that simply adding...
Hello, I've been using libigl for a few months now (thanks for the tools by the way), and I started my project from this example while hosting it on a...
I'm trying to run the example project on visual studio, first i generate Cache then i tried to build then i got this error:  how i can fix it?
Hi, I have limited experience of C++, let alone using any external libraries, but would really like to start learning libigl using windows Visual Studio 2017. Because it is awesome....
I was able to successfully compile the tutorials in Libigl. when running make: [make_output.txt](https://github.com/libigl/libigl-example-project/files/742136/make_output.txt) cmake Error log: [CMakeError.txt](https://github.com/libigl/libigl-example-project/files/742078/CMakeError.txt)