0.0.1 • Published 11 years ago

curtsy v0.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
11 years ago

Curtsy

Simple library for determining the direction of a circle or swipe gesture for Leap Motion's Leapjs library.

Supported Directions

  • Circle
  • Clockwise
  • Counter-Clockwise
  • Swipe
  • Left
  • Right
  • Up
  • Down
  • Forward
  • Back

Install

npm install curtsy

Example

Cirle Direction Demo

node examples/circle.js

Swipe Direction Demo

node examples/swipe.js

Future Plans

  • More advanced gesture direction (hand twist, flick, hand close, etc)

Contribute

If you have a feature you'd like to add or a gesture you'd like supported, submit an issue through GitHub or better yet, a pull request!