Skip to content

Latest commit

 

History

History

harmony

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

About

harmony is a drawing app for the remarkable tablet

Implemented

  • Tilt + pressure sensitive brushes
  • Procedural brushes
  • Drawing in 3 colors: white, gray & black
  • Saving + loading pngs

Installation

It's recommended to install harmony from toltec, but you can also get the binaries from https://build.rmkit.dev/

Manual Installation

  • download or build the binaries for harmony (see docs/BUILDING.md)
  • copy harmony to /home/root/harmony on the remarkable
  • launch /home/root/harmony through SSH

Compilation

see docs/BUILDING.md

License

MIT except where noted otherwise

acknowledgements

  • fontawesome for their icons
  • harmony for the idea of procedural brushes
  • libremarkable for reverse engineering remarkable IO
  • stb for image resizing and font rendering libraries