Simple BVH viewer, open-source python clone of BVHacker. This is a very early and simple BVH viewer based on python only, to make it as portable as possible.
python 2.6 or higher
pyOpenGL (GL, GLU, GLUT) (http://pyopengl.sourceforge.net/)
wxPython (http://numpy.scipy.org/)
numpy (http://www.wxpython.org/)
Install the aforementioned dependencies.
Run the application by running "python bvwhacker.py"
BVHacker for the inspiration (http://davedub.co.uk/bvhacker/)
BVHPlay for some implementation details (https://sites.google.com/a/cgspeed.com/cgspeed/bvhplay)
Sample bvh test file supplied by CMU MB mocap conversions at cgspeed (https://sites.google.com/a/cgspeed.com/cgspeed/motion-capture)
Library functions borrowed from makehuman (http://www.makehuman.org/)