igl python bindings¶
Warning
The igl python binding are in development, consider this a beta version.
libigl is a simple C++ geometry processing library. We have a wide functionality including construction of sparse discrete differential geometry operators and finite-elements matrices such as the cotangent Laplacian and diagonalized mass matrix, simple facet, and edge-based topology data structures.
All these functionalities are now available through python and can be easily installed with pip:
python -m pip install libigl
We provide a complete jupyter version of the tutorials and the full documentation.