File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22[ ![ PyPI version] ( https://badge.fury.io/py/libigl.svg )] ( https://pypi.org/project/libigl/ )
33[ ![ buildwheels] ( https://github.com/libigl/libigl-python-bindings/actions/workflows/wheels.yml/badge.svg )] ( https://github.com/libigl/libigl-python-bindings/actions/workflows/wheels.yml?query=branch%3Amain )
44
5- This repository contains the source code for the libigl Python bindings written
6- using [ nanobind] ( https://nanobind.readthedocs.io/en/latest/ ) . Functions allow
7- NumPy arrays as input and output for dense matrices and vectors and SciPy sparse
5+ This repository contains the source code for the python bindings for the C++
6+ [ libigl] ( https://github.com/libigl/libigl ) library written using
7+ [ nanobind] ( https://nanobind.readthedocs.io/en/latest/ ) . Functions allow NumPy
8+ arrays as input and output for dense matrices and vectors and SciPy sparse
89matrices for sparse matrices.
910
1011## Installation
@@ -13,11 +14,11 @@ matrices for sparse matrices.
1314python -m pip install libigl
1415```
1516
16- ## [ Help/ Documentation] ( https://libigl.github.io/libigl-python-bindings/ )
17+ ## Documentation
1718
1819| :warning : WARNING |
1920| :----------------------------|
20- | This documentation is perennially out of date and will likely be removed/changed. |
21+ | The [ python-binding documentation] ( https://libigl.github.io/libigl-python-bindings/ ) is perennially out of date and will likely be removed/changed. |
2122
2223* A tutorial on how to use the bindings can be found [ here] ( https://libigl.github.io/libigl-python-bindings/tutorials/ )
2324* A function reference can be found [ here] ( https://libigl.github.io/libigl-python-bindings/igl_docs/ )
You can’t perform that action at this time.
0 commit comments