guessture

Crates.ioguessture
lib.rsguessture
version0.1.0
sourcesrc
created_at2024-02-23 01:44:19.771376
updated_at2024-02-23 01:44:19.771376
descriptionImplementation of the `$1 unistroke recognizer` algorithm in Rust
homepage
repositoryhttps://github.com/jdm/bevy_guessture
max_upload_size
id1149963
size13,461
Josh Matthews (jdm)

documentation

README

guessture

This library is a Rust implementation of the $1 Unistroke Recognizer algorithm. Given a set of template gestures, this library can compare 2d paths of points to those templates and report how closely they match.

This library's API surface is small—it exposes types for recording path data (Path2D), storing normalized gesture templates (Template), and matching a path aginst templates (find_matching_template/find_matching_template_with_defaults). Integration with user input toolkits is left to other libraries as an exercise for the reader.

Commit count: 0

cargo fmt