We provide different builds of iGesture hosted on SourceForge. SourceForge.net Logo

Stable Version

If you are an iGesture newcomer we recommend to download the most recent stable version. It is a preconfigured eclipse project and contains all necessary third-party libraries as well as the sources of the framework, the tool, gesture sets and some demo applications. All demo applications should be runnable out of the box. The stable version can be downloaded here. The source code, the tool and the libraries can be downloaded separately as well.

Demo gesture sets are also available at SourceForge in the iGesture 1.0 release (igesture-1.0-sample-data.zip).

Development Version

For advanced users we recommend to use the sources available in the SVN repository hosted at Sourceforge. The sources and libraries are organised in a Maven project. Information about the SVN repository is available here.

Maven is a dependency management tool and can be used from the command line. The following table contains some of the most frequently used commands. More information about Maven can be found here. An Eclipse plug-in for Maven can be found here

Compile Maven project mvn compile [-U]
Clean Maven project mvn clean
Package Maven project to a jar mvn package
Install Maven project into local Maven repository mvn install
Generate a project web site mvn site

Table 1: Frequently used Maven commands