#gesture #recognition #graphics #gesture-recognition

q-recognizer

Rust implementation of the $Q, $P, and $P+ gesture recognizers

2 releases

0.1.1 Feb 4, 2025
0.1.0 Feb 4, 2025

#214 in GUI

Download history 230/week @ 2025-02-04

230 downloads per month

BSD-3-Clause

58KB
422 lines

Rust implementation of the $Q, $P, and $P+ gesture recognizers.

Based on the original author's C# implementation, which was translated to Rust using the help of GitHub Copilot. Reviewed by a human.

At this point, only the $Q recognizer has been tested. There's no unit tests. Code might still be sub-optimal. Use at your own risk.

There's an egui-based demo app. Run it with cargo run --example=q-recognize-demo

Demo App Screenshot

No runtime deps