I ported the wiigee 3D accelerometer gesture recognition library to android. This lib lets you make 3D gestures in the air using an accelerometer enabled device. Currently you need to use buttons to check for gestures and gestures can't be saved, but it's a start
. For more info check the wiigee site.I've tested it with a wiimote and the OpenIntents.org SensorSimulator and it seems to work. But I get an ANR when the lib is analyzing the data. But this happens in andgeetest I suspect it's not an andgee problem but an andgeetest problem. Probably the analyzing should be done in a seperate thread.
see: http://code.google.com/p/andgee/



