Go to file
Johannes Theiner 6ae920c7b3 ~ disabling redrawing now possible
~ move statusbar elements a bit
~ use clang not g++
2020-01-08 22:26:07 +01: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 ~ disabling redrawing now possible 2020-01-08 22:26:07 +01:00
test ~ staring refactoring 2020-01-08 10:58:03 +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 ~ disabling redrawing now possible 2020-01-08 22:26:07 +01:00
CHANGELOG.md + Unit Test Framework 2019-10-16 16:52:36 +02:00
CMakeLists.txt add for MACOS 2020-01-08 13:13:18 +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.