The AMAAZETools Python package contains Python implementations of mesh processing tools developed by AMAAZE. The examples directory contains a series of test scripts showing how to use the package.
The package is now available on the python package index, and can be installed with
pip install amaazetools
To install the most recent developers version of the package, run
git clone https://github.com/jwcalder/AMAAZETools
cd AMAAZETools
pip install -r requirements.txt
pip install .
Detailed documentation for all of the Python code within this repository can be found at https://jwcalder.github.io/AMAAZETools/.
Email jwcalder@umn.edu with any questions or comments.
Several people have contributed to the development of this software:
- David Floeder
- Riley O'Neill
- Brendan Cook