https://github.com/omimo/simplemocapplayer
A starting point for using MocapJS
https://github.com/omimo/simplemocapplayer
Last synced: about 1 year ago
JSON representation
A starting point for using MocapJS
- Host: GitHub
- URL: https://github.com/omimo/simplemocapplayer
- Owner: omimo
- License: mit
- Created: 2016-06-29T21:58:42.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-11-06T06:07:57.000Z (over 9 years ago)
- Last Synced: 2025-01-17T07:28:02.746Z (about 1 year ago)
- Language: HTML
- Homepage: https://omid.al/SimpleMocapPlayer
- Size: 918 KB
- Stars: 19
- Watchers: 4
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SimpleMocapPlayer
A starting point for using [MocapJS](https://github.com/omimo/MocapJS)
## Requirements:
* [Bower](bower.io)
## Installation Instructions
1. Clone the repository:
```
$ git clone https://github.com/omimo/SimpleMocapPlayer.git
```
2. Install the third-party packages and libraries using bower:
```
$ cd SimpleMocapPlayer/
$ bower install
```
3. Run a simple HTTP server using Python:
```
$ python -m SimpleHTTPServer
```
4. Open the player.html in the browser, using the URL:
[http://localhost:8000/player.html](http://localhost:8000/player.html)
## Feedback, Bugs, and Questions
For any questions, feedback, and bug reports, please use the [Github Issues](https://github.com/omimo/SimpleMocapPlayer/issues).
## Credits
Created by [Omid Alemi](https://omid.al)
## License
This code is available under the [MIT license](http://opensource.org/licenses/MIT).