Forum Archive

Gesture recognition

mcsquaredjr148

I created a simple demo that shows how to detect cardinal and diagonal gestures in Pythonista scene using moose gesture module (included in the code). The code is here: https://gist.github.com/4490985.

omz

Neat visualization of the gesture trail!

mcsquaredjr148

@omz thank you. in fact, I tweaked your algorithm from particles :)