Go to file
edgar 6e62dabb84 Merge branches 'dev' and 'patch-1' of ssh://gitlab.repo.digitech.hs-emden-leer.de:2222/link/projekte/ws19/vkvm-new/gui into dev 2019-10-30 10:30:28 +01:00
main remake show the bild 2019-10-28 22:14:42 +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
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.