Material for the short course on libigl. The course is composed of two parts. An overview of the coding style and purposed of the library (available in the pptx slides in this repo), plus a live tutorial session. A longer version of the tutorial, which also contains an example of a vector field interpolation algorithm implemented in libigl is available in the keynote slides.
Libigl can be used as a header-only library, you can find an example of a simple application that computes mesh statistics in src/main_solution.cpp.
The recommended way to use libigl is by using the libigl-example-project repository.
A complete example of how to code a simple field interpolation method using libigl. The source is available here.
- 4.1 Serialization
- 4.2 Booleans
- 4.3 Python
This is a short list of coding tips that will greatly reduce your pain and suffering before (and after) the SIGGRAPH deadline.
Released under the MPL2 License, Copyright Alec Jacobson and Daniele Panozzo