UsingUCube
Differences between revisions 1 and 2
|
⇤ ← Revision 1 as of 2010-10-14 14:57:48
Size: 538
Comment:
|
Size: 555
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 7: | Line 7: |
| $ sudo apt-get install libsdl1.2-dev libsdl-image1.2-dev libglew1.5-dev libutouch-geis-dev | $ sudo apt-get install libfreetype6-dev libsdl1.2-dev libsdl-image1.2-dev libglew1.5-dev libutouch-geis-dev |
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 libutouch-geis-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)