/Meshes

Simple Python Module to load, construct, parse, transform, save meshes in OBJ/PLY format

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Meshes

Simple Python 2/3 module to load/make/parse/save PLY/OBJ geometries

Install

  • Make sure you have pip installed, if not do:
sudo easy_install pip
  • Clone this repo:
git clone git@github.com:patriciogonzalezvivo/Meshes.git
cd Meshes
  • Run the install script directly with make install or manually do:
pip install -r requirements.txt
python setup.py install

Or use the Makefile by:

make install