Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/flxzt/ink-stroke-modeler-rs
- Owner: flxzt
- License: apache-2.0
- Created: 2022-10-13T18:52:24.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-07T12:20:42.000Z (5 months ago)
- Last Synced: 2024-06-07T18:35:39.220Z (5 months ago)
- Language: Rust
- Homepage: https://flxzt.github.io/ink-stroke-modeler-rs/
- Size: 1.75 MB
- Stars: 3
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
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.