q-recognizer

Crates.ioq-recognizer
lib.rsq-recognizer
version0.1.1
created_at2025-02-04 08:38:52.470746+00
updated_at2025-02-04 09:13:09.640027+00
descriptionRust implementation of the $Q, $P, and $P+ gesture recognizers.
homepage
repositoryhttps://github.com/ferranpujolcamins/q-recognizer
max_upload_size
id1541685
size169,789
Ferran Pujol Camins (ferranpujolcamins)

documentation

README

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

Commit count: 21

cargo fmt