Go to file
Johannes Theiner 15614633de ~ update ci to latest version 2019-12-05 07:48:43 +00:00
.ci ~ update ci to latest version 2019-12-05 07:48:43 +00:00
main fix a false spell ("resolution") 2019-11-28 12:31:56 +01:00
src fix range of x,y in windowsWidth and windowsHeight 2019-12-04 15:55:37 +01:00
test Aufgeräumter GUI-Code. Klassen wurden in eigene 2019-11-14 15:09:43 +01:00
.clang-tidy ~ update ci to latest version 2019-12-05 07:48:43 +00:00
.gitignore + Unit Test Framework 2019-10-16 16:52:36 +02:00
.gitlab-ci.yml ~ update ci to latest version 2019-12-05 07:48:43 +00:00
CHANGELOG.md + Unit Test Framework 2019-10-16 16:52:36 +02:00
CMakeLists.txt ~ fixed resolution indicator in Statusbar 2019-11-27 12:18:11 +01:00
LICENSE + Unit Test Framework 2019-10-16 16:52:36 +02:00
README.md Update README.md 2019-10-30 10:00:41 +00:00

README.md

vKVM GUI

The GUI is based on the FLTK (Fast Light Toolkit) and creates a window, which processes incoming signals from the Shared Memory into an visual image. The image refreshes on each change within the Shared Memory and periodically by itself.

Installation

Use the installation script provided in the Scripts repository to install the full package.

Installing a single component is currently not supported.