Skip to content
jlicht edited this page May 5, 2013 · 1 revision

iGesture is a gesture recognition framework for Java. It provides a library to recognize gestures, and a tool for defining gestures.

Advantages

  • Easy tool for the definition of custom gesture.
  • Works with a wide range of input devices.

Disadvantages

  • Complexity: A gesture library is an extra layer of complexity, which might not be justified given the scope of our project.
  • Delay: The library recognizes completed gestures only. Actions that need to occur while a gesture is happening can't be handled by the iGesture framework.