tuhi/tuhigui
Peter Hutterer a1dc262772 Drop separate COPYING from tuhigui 2019-07-17 20:56:45 +10:00
..
data Merge tuhigui into gui 2019-07-17 20:48:36 +10:00
po Merge tuhigui into gui 2019-07-17 20:48:36 +10:00
tools Merge tuhigui into gui 2019-07-17 20:48:36 +10:00
tuhigui Merge tuhigui into gui 2019-07-17 20:48:36 +10:00
.gitignore Merge tuhigui into gui 2019-07-17 20:48:36 +10:00
README.md Merge tuhigui into gui 2019-07-17 20:48:36 +10:00
meson.build Merge tuhigui into gui 2019-07-17 20:48:36 +10:00
meson_install.sh Merge tuhigui into gui 2019-07-17 20:48:36 +10:00
org.freedesktop.TuhiGui.json Merge tuhigui into gui 2019-07-17 20:48:36 +10:00
tuhigui.in Merge tuhigui into gui 2019-07-17 20:48:36 +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.