Add-on Directory

SimpleGesture - Vaadin Add-on Directory

A simple, easy to use Vaadin component for gesture recognition. SimpleGesture - Vaadin Add-on Directory
**Recently (AI) re-written to support Vaadin 25+** SimpleGesture is a Vaadin component for mouse gesture recognition. It uses a simple, but accurate, algorithm for gesture recognition, which represents the gesture as a human (well, programmer) readable string. The gesture is encoded with numbers representing directions (left-right would be "40", see screenshot), and matching is done using the Levenshtein distance algorithm, which also tells you how closely the gesture was matched. SimpleGesture also supports recording and detection of similar gestures. See links for more details, and a demo.
Vaadin forum thread
Online Demo
View on GitHub

SimpleGesture version 0.8
null

SimpleGesture version 1.0
Rewrite for Vaadin 25 (mostly by AI)