Evidlo / remarkable_mouse

use your reMarkable as a graphics tablet
GNU General Public License v3.0
514 stars 49 forks source link

Suggestion: Pressure Support for Windows/Mac OS #27

Open CarJem opened 4 years ago

Evidlo commented 4 years ago

I don't have an OSX or Windows device, so I can't implement this myself. Someone implementing this might consider emulating an HID device:

https://stackoverflow.com/questions/289572/usb-hid-pen-requirements https://stackoverflow.com/questions/6505000/creating-a-virtual-hid-device

Jcwscience commented 3 years ago

I have a Mac and instead of trying to implement pressure sensitivity on a global basis I’m trying to spoof it on a program level in Blender 3D as a side project. Would you happen to know how I could use a second light weight script to only read the pressure data?

roboldham commented 3 years ago

I have a Mac and instead of trying to implement pressure sensitivity on a global basis I’m trying to spoof it on a program level in Blender 3D as a side project. Would you happen to know how I could use a second light weight script to only read the pressure data?

Did you have any progress with this JCW? :)