tuhi/tuhigui
Peter Hutterer 5dddefe9d4 gui: make the drawings slightly off-white
Some randome color off the google colour picker that's supposed to look more
like a real paper color. This also means we set the general background white
now to give it a better contrast.
2019-07-19 14:37:51 +10:00
..
data gui: make the drawings slightly off-white 2019-07-19 14:37:51 +10:00
README.md Merge tuhigui into gui 2019-07-17 20:48:36 +10:00
__init__.py Merge the two directories closer together 2019-07-17 21:03:15 +10:00
application.py Drop TuhiGui, make it into Tuhi 2019-07-18 12:19:29 +10:00
config.py tuhigui: share the config path with tuhi 2019-07-18 13:04:25 +10:00
drawing.py gui: fix the global orientation changes 2019-07-18 18:32:11 +10:00
drawingperspective.py gui: group the list of drawings up by month 2019-07-19 10:59:20 +10:00
svg.py tuhigui: share the config path with tuhi 2019-07-18 13:04:25 +10:00
tuhi.py tuhigui: namespace the loggers 2019-07-18 12:19:29 +10:00
window.py Add a 'missing tablet' icon to be displayed instead of the spinner 2019-07-18 19:43:16 +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.