An open API service indexing awesome lists of open source software.

https://github.com/seanny123/py_bvh

Parsing BVH files with Python
https://github.com/seanny123/py_bvh

computer-vision

Last synced: over 1 year ago
JSON representation

Parsing BVH files with Python

Awesome Lists containing this project

README

          

# PyBvh

Parsing BVH files with Python and converting them to cartesian co-ordinates suitable for animation with `matplotlib`. Adapted from [`cgkit`](http://cgkit.sourceforge.net/) and [`BVHPlay`](https://sites.google.com/a/cgspeed.com/cgspeed/bvhplay). May lose rotation data, so if you were expecting accurate quaternions you're gonna have a bad time.

See `bvh_to_json.py` for usage example.

Compatible with Python 2 and 3, but please use Python 3.

The only requirement is `numpy`.