tuhi/tuhi/gui
Peter Hutterer 1dc1acaba3 gui: move most of the tuhi-gui startup script to application.py
Add a new main() there so we have a single entry point for the gui instead of
a complex script that needs to be called. That start up script should really
just be the minimum bits possible.

It's still not perfect because we won't work without the gresources and they
require that the pkgdatadir is set. But at least it moves all the logic out of
the startup script.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2019-08-29 10:42:44 +10:00
..
README.md Merge tuhigui into tuhi.gui 2019-08-14 08:18:39 +10:00
__init__.py Merge tuhigui into tuhi.gui 2019-08-14 08:18:39 +10:00
application.py gui: move most of the tuhi-gui startup script to application.py 2019-08-29 10:42:44 +10:00
config.py Fix deprecated use of @GObject.property → @GObject.Property 2019-08-29 10:42:44 +10:00
drawing.py gui: reshuffle the includes until gi and flake8 are happy 2019-08-29 10:42:44 +10:00
drawingperspective.py gui: reshuffle the includes until gi and flake8 are happy 2019-08-29 10:42:44 +10:00
window.py gui: reshuffle the includes until gi and flake8 are happy 2019-08-29 10:42:44 +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.