Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/justinrubek/inkmlrs
Create and render InkML documents
https://github.com/justinrubek/inkmlrs
flake inkml nix nix-flake rust
Last synced: about 2 months ago
JSON representation
Create and render InkML documents
- Host: GitHub
- URL: https://github.com/justinrubek/inkmlrs
- Owner: justinrubek
- License: mit
- Created: 2019-02-17T18:22:02.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-12T02:08:18.000Z (12 months ago)
- Last Synced: 2024-12-15T14:41:00.015Z (about 2 months ago)
- Topics: flake, inkml, nix, nix-flake, rust
- Language: Rust
- Homepage:
- Size: 211 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# InkML
This is ~~currently a work in progress Rust application~~ not in active development, but not entirely abandoned.
The goal is to create a renderer capable of displaying InkML files and to
expand it to be capable of accepting mouse/touch input to draw![image](https://user-images.githubusercontent.com/25621857/213822190-852d8285-71e3-4766-98cf-dfaffc78d20f.png)
## Usage
Run the program and draw: `cargo run --bin inkmlrs`.
If you press "w", it will write the currently rendered inkml to the console.You may also specify files to read/write from. See the help page: `cargo run --bin inkmlrs -- --help`