Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/flxzt/ink-stroke-modeler-rs

Unofficial Rust re-implementation of "ink-stroke-modeler". Library for beautifully smoothing freehand (touch/stylus/pointer) input.
https://github.com/flxzt/ink-stroke-modeler-rs

Last synced: 21 days ago
JSON representation

Unofficial Rust re-implementation of "ink-stroke-modeler". Library for beautifully smoothing freehand (touch/stylus/pointer) input.

Awesome Lists containing this project

README

        

# ink-stroke-modeler-rs

[![main docs](https://img.shields.io/badge/docs-main-informational)](https://flxzt.github.io/ink-stroke-modeler-rs/ink_stroke_modeler_rs/)
[![CI](https://github.com/flxzt/ink-stroke-modeler-rs/actions/workflows/ci.yaml/badge.svg)](https://github.com/flxzt/ink-stroke-modeler-rs/actions/workflows/ci.yaml)

Partial rust rewrite of [https://github.com/google/ink-stroke-modeler](https://github.com/google/ink-stroke-modeler).
Beware that not all functionalities are implemented (no kalman-based prediction) and the API is not identical either.

# Usage

Run `cargo doc --open` to view the documentation or check `examples/stroke.rs` for a full example

### License


Licensed under either of Apache License, Version
2.0
or MIT license at your option.

### Contribution


Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in this crate by you, as defined in the Apache-2.0 license, shall
be dual licensed as above, without any additional terms or conditions.