Overview
--------
This source code provides a complete example application for viewing amc/asf
motion capture data.

Controls
--------
The application reads data from a directory tree, expecting one asf file and
possibly several amc files per directory. Once the motion has been loaded
use PAGEUP/PAGEDOWN to select motion for playback, space to pause-unpause,
 TAB to toggle camera tracking, and mouse buttons for camera control.

Compiling
---------
This code should compile without problem under linux and OSX; the Jamfile setup
under windows is a little trickier, but it should be doable (I use this basic
jamfile for other windows programs). The directory navigation will need to be
rewritten for windows, however.

To compile, use jam (http://www.perforce.com/jam/jam.html). You'll also need
SDL (http://www.libsdl.org/).

Data
----
A good source for motion capture data is http://mocap.cs.cmu.edu/.

Copyright
---------
All source is copyright Jim McCann unless otherwise noted. Feel free to use
in your own projects (please retain some pointer or reference to the original
source in a readme or credits section, however).

Contributing back bugfixes and improvements is polite and encouraged but not
required.

Contact
-------
Written by:
Jim McCann (jmccann@cs.cmu.edu) [http://tchow.com]
Feel free to email.
