ProTablet
A library by Andres Colubri for the programming environment processing. Last update, 04/18/2013.
ProTablet is a library for using pen tablets from Processing. It provides simplified access to the pen's pressure, tilt, etc. It based on JPen, the Java Pen Tablet Access Library.
Keywords tablet, input, jpen, wrapper
Reference. Have a look at the javadoc reference here. a copy of the reference is included in the .zip as well.
Source. The source code of ProTablet is available at sourceforge.net, and its repository can be browsed here.
Download
Download ProTablet version 1.0.0rc2 in .zip format.
Installation
Unzip and put the extracted ProTablet folder into the libraries folder of your processing sketches. Reference and examples are included in the ProTablet folder.
Examples
Find a list of examples in the current distribution of ProTablet, or have a look at them by following the links below.
Tested
Platform osx, windows, linux
Processing 1.5.1,2.0b8
Dependencies jpen