在 Mac 和 Windows 上使用 Python 运行 Wacom 数位板Linux

发布于 2024-08-31 15:15:38 字数 503 浏览 3 评论 0原文

我很快就会购买 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

旧情别恋 2024-09-07 15:15:38

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文