tuhi/tuhi/gui
Peter Hutterer 10c34bc655 gui: simplify the Config's singleton pattern
Use __new__ instead of instance(), this way we can just use the same config
object as Config().do_something.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>k
2019-08-20 12:19:52 +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 Move the default config setting to the entry points 2019-08-19 15:43:01 +02:00
config.py gui: simplify the Config's singleton pattern 2019-08-20 12:19:52 +10:00
drawing.py gui: simplify the Config's singleton pattern 2019-08-20 12:19:52 +10:00
drawingperspective.py gui: simplify the Config's singleton pattern 2019-08-20 12:19:52 +10:00
tuhi.py gui: drop an unused config path 2019-08-19 14:30:26 +10:00
window.py gui: simplify the Config's singleton pattern 2019-08-20 12:19:52 +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.