TrakoDracoPy

Python wrapper for Google's Draco Mesh Compression Library with Trako support


License
Apache-2.0
Install
pip install TrakoDracoPy==0.0.13b2.dev9

Documentation

PyPI version Build Status

DracoPy

DracoPy is a Python wrapper for Google's Draco mesh compression library

Available as a PyPI package: pip install DracoPy

DracoPy requires Python >= 3.5, pip >= 10, and a C++ compiler that is fully compatible with C++11.

It supports Linux and OS X.

An example of usage is given in example.py.

** This version is modified from the original https://github.com/seung-lab/DracoPy **