Using Python for the Wacom Tablet on Mac and Linux
I am going to buy a Wacom Bamboo Pen & Touch soon and I would like to access it from Python, preferably using PyQt. I found a Python module to access it under windows ( cgkit / wintab ) and I saw Python code to access it using GTK ( GnomeTabletApps ).
Is there a Mac equivalent? Cocoa documentation provided by Wacom is far superior to me.
+2
a source to share
1 answer
PySide QTabletEvent works on Mac. I have also used it on Ubuntu. http://www.pyside.org/docs/pyside/PySide/QtGui/QTabletEvent.html#PySide.QtGui.QTabletEvent
0
a source to share