Easy-to-use graphical user interfaces (GUIs) for Ginga Reference Implementation (http://www.ginga.org.br).
This repository groups three different GUIs:
The three interfaces are:
- desktop-gui: A Qt-based GUI for desktop users.
- fullscreen-gui: A Qt-based GUI for emulating a TV user interface (we mainly use it on minipcs).
- run-view: is a NCL Composer plug-in supporting the execution of NCL applications.
To compile one of the above GUIs, you can enter in its directory
(desktop-gui
, fullscreen-gui
, or run-view
) and run:
$ qmake
&&make
- User manual and cheat sheet.
- Support command line arguments (--help, --configFile, ...).
- Finish support for PBDS.
TODO
The code in this repository is available under the GPLv3 license.