Skip to content
This repository has been archived by the owner on Jan 12, 2022. It is now read-only.

Latest commit

 

History

History
39 lines (25 loc) · 1020 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 1020 Bytes

Ginga GUI

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.

Compiling

To compile one of the above GUIs, you can enter in its directory (desktop-gui, fullscreen-gui, or run-view) and run:

$ qmake && make

TODO

  • User manual and cheat sheet.
  • Support command line arguments (--help, --configFile, ...).
  • Finish support for PBDS.

Authors

TODO

License

The code in this repository is available under the GPLv3 license.