Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 647 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 647 Bytes

gestapi

(Under developemnt)

Gest jQuery Plugin - First jQuery plugin to enable custom triggers to 8 different hand gestures

Gest API is a plugin that utilises latest HTML5 standards (WebRTC) to enable hand gesture input to convert it into custom triggers. You may put any knid of trigger function for any type of hand gestures.

Basically we have enabled 8 kind of triggers classified as follows:-

  • 4 diagonal gestures
  • 4 linear gestures.
Usage :

$(anyelement).Gest('up',function(){

anyfunction();

]);

Easy to use.

Developed at Arcoiris Labs by Amey Kshirsagar

Released under GPLv3 Licence