Go to file
Edgar Schkrob 40d8fa588a Update README.md 2019-11-14 14:32:03 +00:00
.ci ~clang tidy checks all fies now 2019-11-12 15:26:04 +01:00
lib/toml + toml lib 2019-10-29 11:57:42 +01:00
main ~ fixed second font 2019-10-29 13:24:09 +01:00
res ~ fixed second font 2019-10-29 13:24:09 +01:00
src ~ fixed second font 2019-10-29 13:24:09 +01:00
test ~ fixed unit testing 2019-10-24 11:48:26 +02:00
.gitignore + toml lib 2019-10-29 11:57:42 +01:00
.gitlab-ci.yml ~ CI: clang_tidy step now contains catch2 & fltk 2019-11-12 11:17:17 +00:00
CHANGELOG.md + Unit test framework 2019-10-16 15:44:13 +02:00
CMakeLists.txt + Font Config File 2019-10-23 13:03:16 +02:00
LICENSE wrong filename for license 2019-10-16 16:46:08 +02:00
README.md Update README.md 2019-11-14 14:32:03 +00:00

README.md

vKVM Text Renderer

The Text Renderer gets the string from the text area in the Shared Memory and writes it into pixelarea.

To convert a string the Text Renderer uses a font, which is loaded from a bitmap-file.

Installation

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

Installing a single component is currently not supported.