项目作者: danshick

项目描述 :
An SVG renderer for reMarkable .rm v5 files
高级语言: Rust
项目地址: git://github.com/danshick/relineate.git
创建时间: 2020-11-24T06:53:40Z
项目社区:https://github.com/danshick/relineate

开源协议:

下载


Relineate

An SVG renderer for reMarkable .rm v5 files

Building

  1. cargo build

Usage

  1. relineate 0.1.0
  2. Dan Shick <dan.shick@gmail.com>
  3. Render .rm v5 files as SVGs
  4. USAGE:
  5. relineate [FLAGS] [OPTIONS] --input <INPUT>
  6. FLAGS:
  7. -h, --help Prints help information
  8. -v Sets the level of verbosity
  9. -V, --version Prints version information
  10. OPTIONS:
  11. -i, --input <INPUT> Specifies an .rm v5 input file
  12. -o, --output <OUTPUT> Specifies an SVG output file

Todo

  • Render different _ differently
    • Brushes/Pens/Tools
    • Colors
    • Line widths
    • Stroke speeds/pressures/angles
  • Modularize and tidy up the code
  • Add template support
  • Create scripts (or TUI app?) for convenient document retrieval
  • Build for ARM for use on-device (with a GUI?)
  • Support v3 .rm documents (maybe???)