Go to file
edgar 2bd42a93db Merge remote-tracking branch 'origin/dev' into dev 2019-11-14 11:56:25 +01:00
.ci ~ clang-tidy checks all files now 2019-11-12 15:20:24 +01:00
main Aktuellste Version der GUI-main.cpp. Farben werden nun von der 2019-11-14 12:40:34 +01:00
src + Unit Test Framework 2019-10-16 16:52:36 +02:00
test + Unit Test Framework 2019-10-16 16:52:36 +02:00
.gitignore + Unit Test Framework 2019-10-16 16:52:36 +02:00
.gitlab-ci.yml ~ CI: clang_tidy step now contains catch2 & fltk 2019-11-12 11:12:08 +00:00
CHANGELOG.md + Unit Test Framework 2019-10-16 16:52:36 +02:00
CMakeLists.txt 1.remake the mouse input and the keyboard input 2019-10-26 16:39:25 +02: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.