Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Gesture recognition JavaScript library

I'm developing a mobile website and would like to add gesture recognition to some of the key features of the site.

Is there a suitable javascript library that would allow me to draw a gesture and recognise the gesture as a token I could hook up to an event call?

As an example of this type of functionality in Dolphin see these links;

Gesture configuration

And the video: http://www.youtube.com/watch?v=k73ipSDZJXM

like image 689
Brian Scott Avatar asked Jul 20 '12 07:07

Brian Scott


3 Answers

Here is one: http://taitems.tumblr.com/post/2785024873/javascript-gesture-recognition-for-touch-screens And: https://github.com/plainview/Jester/

like image 157
sv_in Avatar answered Nov 05 '22 07:11

sv_in


We're using Hammer.js and it is working great.

"Can't touch this". -- MC Hammer (See what they did there?) MC Hammer

like image 4
Rap Avatar answered Nov 05 '22 07:11

Rap


For simple gesture recognition, there's $1. It's less than 100 lines of code and is written in JS.

like image 4
Forest Katsch Avatar answered Nov 05 '22 09:11

Forest Katsch