Skip to content

kyr7/leapjs-playback

 
 

Repository files navigation

leapjs-playback

Demo

leapmotion.github.io/leapjs-playback/recorder

About

Record, play, and save Leap Motion frame data.

The leap-playback.js is a LeapJS plugin file which must be loaded after leap.js. Playback does not affect the Leap.controller until you use it:

Usage:

var controller = new Leap.Controller();
controller
  .use('playback', {recording: 'demo.json'})
  .connect()

Examples

index.html Bare-bones usage.

recorder/index.html Recorder tool which uses the plugin. (AngularJS, CoffeeScript)

See the wiki for details on the output format.

About

Record and play back Leap Motion frame data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.4%
  • CSS 2.2%
  • HTML 2.2%
  • Python 1.8%
  • CoffeeScript 1.4%