Skip to content

libigl/libigl-course

Repository files navigation

libigl-course

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.

Part 1: libigl overview

Part 2: How to use libigl as a header-only library

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.

Part 3: How to use libigl with libigl-example-project

The recommended way to use libigl is by using the libigl-example-project repository.

Part 4: Vector Field Design with libigl

A complete example of how to code a simple field interpolation method using libigl. The source is available here.

Part 5: Advanced features

Part 6: Coding Tips

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

About

Material for the short course on libigl

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published