Skip to content

Additional functionality with an overlay app - currently just shape recognition.

Notifications You must be signed in to change notification settings

Stary2001/remarkable-symbiote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this?

An attempt at shape recognition for the reMarkable tablet. It's pretty rough around the edges, so it won't win any user experience awards any time soon.
Currently, the shape recognizer from Xournal++ is used - it operates on stroke data directly instead of trying to use bitmap recognition. You can see a description of how it works here.

Eventually I might write my own shape recognizer...

Building

rmkit is included as a submodule - make sure to clone using --recursive, or git submodule update --init after cloning.

make docker will use the rmkit Docker container and output into artifacts/symbiote - this is recommended.
Otherwise, just running make will use the locally installed toolchain, and output into build/symbiote.

Using

Currently there is literally no UI - run it via SSH, draw something, then tap anywhere to stop and draw out the shapes.

Acknowledgements

  • rmkit - a light library that handles most of the things I want to deal with
  • iago/lamp from rmkit - reference on how to fake input events, inspiration

About

Additional functionality with an overlay app - currently just shape recognition.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published