kurikaesu / userspace-tablet-driver-gui

Linux GUI for Kuri's userspace tablet drivers. Supports non-wacom (XP-Pen, Huion, Gaomon) graphics tablets and pen displays
GNU General Public License v3.0
28 stars 7 forks source link
driver gaomon graphics-tablet gui huion linux xp-pen

Kuri's Userspace tablet driver utility (GUI)

This is a new GUI implementation for the userland driver I've written here: https://github.com/kurikaesu/userspace-tablet-driver-daemon

Supports

Building and running

Prerequisites:

The above should be available from your package managers. Once installed:

git clone https://github.com/kurikaesu/userspace-tablet-driver-gui.git
cd userspace-tablet-driver-gui
./gradlew build
./gradlew run

The userspace driver daemon will need to be running as this GUI will communicate directly with it.