Hacker News new | ask | show | jobs
by AnyTimeTraveler 1325 days ago
I wrote pipes-and-paper[1] which sort of shares your screen without any cloud. Getting to what the display puts out is difficult, but recording the pen strokes isn't. So what I wrote is a small webserver that runs on the reMarkable (1 and 2) that sends the penstrokes to the webbrowser via Websockets. It draws all penstrokes on a camvas in the browser and also deletes strokes when the eraser is used.

[1] https://github.com/AnyTimeTraveler/pipes-and-rust