Skip to content

Latest commit

 

History

History
53 lines (43 loc) · 914 Bytes

build.md

File metadata and controls

53 lines (43 loc) · 914 Bytes

Setup MeshUtility

TL;DR

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

Dependencies

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. * ShapeOp

All have been included here directly or as submodules.

Build

  1. Clone the repo: git clone --recurse-submodules https://github.com/zishun/MeshUtility.git
  2. python setup.py install