在 Mac 和 Windows 上使用 Python 运行 Wacom 数位板Linux
我很快就会购买 Wacom Bamboo Pen&Touch,并且我希望能够从 Python 访问它,最好使用 PyQt。我找到了一个用于在 Windows 下访问它的 Python 模块(cgkit/ wintab),我已经看到使用 GTK 访问它的 Python 代码(GnomeTabletApps)。
Mac 有类似的吗? Wacom 提供的 Cocoa 文档 远远超出了我的能力范围。
I am shortly going to buy a Wacom Bamboo Pen&Touch, and I'd like to be able to access it from Python, preferably using PyQt. I've found a Python module for accessing it under windows (cgkit/wintab) and I've seen Python code for accessing it using GTK (GnomeTabletApps).
Is there an equivalent for Mac? The Cocoa documentation provided by Wacom is way beyond me.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
PySide 的 QTabletEvent 适用于 Mac。我也在Ubuntu上使用过它。
http://www.pyside.org/docs /pyside/PySide/QtGui/QTabletEvent.html#PySide.QtGui.QTabletEvent
PySide's QTabletEvent works on Mac. I have also used it on Ubuntu.
http://www.pyside.org/docs/pyside/PySide/QtGui/QTabletEvent.html#PySide.QtGui.QTabletEvent