Go to file
Peter Hutterer 037d05babf Move the error perspective to the main window
No need to have a separate file for a few lines of code
2019-07-17 19:39:26 +10:00
data Fix the error screen to look like something sensible 2019-07-16 21:40:27 +10:00
po Move the error perspective to the main window 2019-07-17 19:39:26 +10:00
tools Add a flatpak wrapper to start Tuhi on demand 2019-07-17 10:49:17 +10:00
tuhigui Move the error perspective to the main window 2019-07-17 19:39:26 +10:00
.gitignore Add a GUI for Tuhi 2019-07-11 11:05:39 +10:00
COPYING Add a GUI for Tuhi 2019-07-11 11:05:39 +10:00
README.md Add a flatpak wrapper to start Tuhi on demand 2019-07-17 10:49:17 +10:00
meson.build Add a flatpak wrapper to start Tuhi on demand 2019-07-17 10:49:17 +10:00
meson_install.sh Add a GUI for Tuhi 2019-07-11 11:05:39 +10:00
org.freedesktop.TuhiGui.json Add a flatpak wrapper to start Tuhi on demand 2019-07-17 10:49:17 +10:00
tuhigui.in Add a GUI for Tuhi 2019-07-11 11:05:39 +10:00

README.md

TuhiGui

Tuhi is a GUI to the Tuhi DBus daemon that connects to and fetches the data from the Wacom ink range (Spark, Slate, Folio, Intuos Paper, ...). The data is converted to SVG and users can save it on disk.

For more info about Tuhi see: https://github.com/tuhiproject/tuhi

Building TuhiGUI

 $> git clone http://github.com/tuhiproject/tuhigui
 $> cd tuhigui
 $> meson builddir
 $> ninja -C builddir
 $> ./builddir/tuhigui.devel

TuhiGui requires Python v3.6 or above.

Install TuhiGUI

 $> git clone http://github.com/tuhiproject/tuhigui
 $> cd tuhigui
 $> meson builddir
 $> ninja -C builddir install
 $> tuhigui

TuhiGui requires Python v3.6 or above.

Flatpak

 $> git clone http://github.com/tuhiproject/tuhigui
 $> cd tuhigui
 $> flatpak-builder flatpak_builddir org.freedesktop.TuhiGui.json --install --user --force-clean
 $> flatpak run org.freedesktop.TuhiGui

License

TuhiGui is licensed under the GPLv2 or later.