pip install numpy scipy networkx matplotlib openmesh
conda install -c conda-forge meshplot # may skip this. only for jupyter notebook
git clone --recurse-submodules https://github.com/zishun/MeshUtility.git
python setup.py install
Python:
- numpy
- scipy
- networkx
- matplotlib
- openmesh
- meshplot: only for jupyter notebook
Install with
pip install numpy scipy networkx matplotlib openmesh
conda install -c conda-forge meshplot
C++:
* Eigen * OpenMesh * libigl * geodesic: Danil Kirsanov's implementation of MMP algorithm. * ShapeOpAll have been included here directly or as submodules.
- Clone the repo:
git clone --recurse-submodules https://github.com/zishun/MeshUtility.git
python setup.py install