1
0
Fork 0
mirror of https://github.com/rfc2822/GfxTablet synced 2025-10-03 01:29:17 +02:00
No description
Find a file
rfc2822 1b93a87ed0 Merge pull request #2 from romke/master
fixes #1 No pressure sensitivity (int cast after multiplication)
2013-01-22 08:53:29 -08:00
libs initial commit 2013-01-15 06:43:50 +01:00
res * Added "About" action bar item 2013-01-18 03:29:34 +01:00
src/com/gimpusers/xorgtablet fixes #1 No pressure sensitivity (int cast after multiplication) 2013-01-20 18:41:45 +01:00
.gitignore initial commit 2013-01-15 06:43:50 +01:00
AndroidManifest.xml initial commit 2013-01-15 06:43:50 +01:00
proguard-project.txt initial commit 2013-01-15 06:43:50 +01:00
project.properties Documentation 2013-01-17 01:23:06 +01:00
README.md Documentation 2013-01-17 01:23:06 +01:00

XorgTablet

XorgTablet is an Android app that sends motion and touch events via UDP to a specified host on port 40117.

It is especially useful in combination with the xf86-networktablet X.org input driver (https://github.com/rfc2822/xf86-networktablet) that allows these touch events to be processed by the X server. So, you can use your Android tablet or smartphone to control the X server and, for instance use GIMP with your Android tablet as a graphics tablet (even pressure-sensitive, if your hardware supports it).

Requirements

Any device with Android 4.0+ and touch screen

Download

You can find the latest binary on SourceForge: https://sourceforge.net/projects/xorgtablet/files/XorgTablet/

Features

  • Pressure sensitive
  • Size of canvas will be detected and sent to the client
  • Option for ignoring events that are not triggered by a stylus pen: so you can lay your hand on the tablet and draw with the pen.

Technical details

The used protocol: https://github.com/rfc2822/xf86-networktablet/blob/master/protocol.h