#parse #nix #cargo #run #write #bin #inkml

app inkmlrs

Create and parse inkml files

1 unstable release

0.0.4 Jan 20, 2023

#69 in #bin

MIT license

24KB
424 lines

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

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

Dependencies

~26–60MB
~842K SLoC