rmHarmony is a drawing app for the remarkable tablet
Approaching first release. Stay tuned!
- Tilt + pressure sensitive brushes
- Procedural brushes
- Drawing in 3 colors: white, gray & black
- Saving + loading pngs
run wget -O- https://rmkit.dev/try.sh -q | sh -
on the remarkable via SSH
To exit harmony, press the power button to bring up the exit dialog.
run wget -O- https://rmkit.dev/install.sh -q | sh -
on the remarkable via SSH
to install the harmony launcher until the next time the device is updated
to launch harmony, hold the center button for 2+ seconds. To exit harmony, press the power button to bring up the exit dialog.
- download or build the binaries for harmony (see docs/BUILDING.md)
- copy
harmony
to /home/root/harmony/harmony on the remarkable - launch
/home/root/harmony/harmony
through SSH
see docs/BUILDING.md
MIT except where noted otherwise
- 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