
I made an app that makes your tab as a drawing tablet, a screenless drawing tablet.
I made a tool to use my Samsung tablet as an S Pen input device for my PC. Most existing solutions like SuperDisplay or Samsung’s own thing are great, but they’re second monitor solution.
I don’t need the tablet screen for drawing or osu (my laptop display is better), so I made my own that i can configure and optimized it for latency.
For those who want to know how it works, it runs a daemon that reads raw interrupts directly from the /dev/input/event, then sends only the raw coordinate and pressure data to your computer, and finally a receives those packets.
It's just one of those projects that suddenly i feel motivated to do. Here's the link, everything is there. SpenWindows.
( Note: Only tested on S10 FE )