UsingUCube
uCube is a visual feedback tool that allows one to quickly test gesture recognition
Dependencies
This code requires some SDL and GL components as well as the GEIS library:
$ sudo apt-get install libfreetype6-dev libsdl1.2-dev libsdl-image1.2-dev libglew1.5-dev
Build
Before using, we need to get the code and build it:
$ bzr branch lp:ucube
Once you have the code, you can build:
$ cd ucube $ ./autogen.sh $ ./configure $ make
Testing Your Gestures
TBD
Multitouch/Testing/UsingUCube (last edited 2012-06-14 19:15:17 by c-67-170-185-42)