Skip to content

An all-JavaScript rewrite of the BodyTrack Grapher, featuring significant performance improvements while supporting the same API

Notifications You must be signed in to change notification settings

CMU-CREATE-Lab/grapher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CREATE Lab Grapher

An all-JavaScript rewrite of the BodyTrack Grapher, featuring significant performance improvements while supporting the same API. Some features are still in development, but the goal is to support as many of the same features as possible.

Please see the API docs for full details.

Build

To build and minify, do the following:

$ make

Doing so will create build/grapher.min.js.

Please note that minification is done with Google's Closure, which requires Java 1.7 or later to be installed.

Documentation

To generate the API docs, first make sure you have the JSDoc Node.js module installed:

$ npm install jsdoc -g

Then, do the following to generate the JSDocs:

$ make docs

You'll find the generated docs in the docs directory.

About

An all-JavaScript rewrite of the BodyTrack Grapher, featuring significant performance improvements while supporting the same API

Resources

Stars

Watchers

Forks

Packages

No packages published