(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.
$(anyelement).Gest('up',function(){
anyfunction();
]);
Easy to use.
Developed at Arcoiris Labs by Amey Kshirsagar
Released under GPLv3 Licence