Skip to content

kinetecharts/openPerform

Repository files navigation

Build Status Language grade: JavaScript dependencies Status devDependencies Status License: MIT

alt text

OpenPerform brings real-time motion capture to artists and performers excluded by the high barriers to entry of expensive or "closed" systems. Our open source javascript performance framework enables artists to take direct control of the medium, to quickly collaborate with others, and to easily craft new experiences for all web-based platforms (including AR and VR).

Visit OpenPerform.org for more information.

Demo

Check out the various styles and effects OpenPerform has to offer with our BVH animation demo!

Built With

  • Node v10.15.0
  • Yarn 1.13.0
  • Webpack 4.29.3

Note: These versions are a recommendation. New versions may or may not work properly.

Install Dependancies

yarn

Create Server Config

  1. Navigate to 'server' directory
  2. Copy 'config_example.js'
  3. Rename your new file to 'config.js'

Hot Development

npm run dev

Once built, open 'http://localhost:8080' in your browser

Build for Production

npm run build

Once built, start produciton servers

Start Production Servers

npm run start

Once servers are running, open 'http://localhost:8080' in your browser