Allows inclusion of Gesture Interaction via WiiMote in Web-Apps
...We used it to identify intuitive gestures from users for certain commands.
The entire work was part of my diploma thesis I wrote in 2008 at Fraunhofer IGD. The gesture recognition API was included in a number of example scenarios.
Gestouch: multitouch gesture recognition library for Flash
Gestouch is an ActionScript 3 library designed to enhance gesture handling in Flash/AIR projects, offering customizable recognition of single- and multi-touch gestures along with conflict management—going beyond the limited default Flash gesture support. Pretty neat architecture. Very similar to Apple’s UIGestureRecognizers (Cocoa-Touch UIKit). Works with any display list hierarchy structures: native DisplayList (pure AS3/Flex/your UI framework), Starling or ND2D (Stage3D) and 3D libs. ...