A starting point for using MocapJS
- Clone the repository:
$ git clone https://github.com/omimo/SimpleMocapPlayer.git
- Install the third-party packages and libraries using bower:
$ cd SimpleMocapPlayer/
$ bower install
- Run a simple HTTP server using Python:
$ python -m SimpleHTTPServer
- Open the player.html in the browser, using the URL:
http://localhost:8000/player.html
For any questions, feedback, and bug reports, please use the Github Issues.
Created by Omid Alemi
This code is available under the MIT license.