Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 603 Bytes

File metadata and controls

16 lines (9 loc) · 603 Bytes

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