Skip to content

leapmotion/leapjs-playback

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

163 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Contributors