UsingUCube

Differences between revisions 1 and 2
Revision 1 as of 2010-10-14 14:57:48
Size: 538
Editor: c-71-56-223-2
Comment:
Revision 2 as of 2012-06-04 16:30:39
Size: 555
Editor: dsl-espbrasgw1-feb2df00-109
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)