Go to file
Johannes Theiner 2325c52e2a + ci pipeline 2019-11-07 13:55:06 +00:00
.ci + ci pipeline 2019-11-07 13:55:06 +00: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 pipeline 2019-11-07 13:55:06 +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-06 12:34:46 +00:00

README.md

vKVM TextRenderer

The TextRenderer gets a string from the Shared Memory and converts the text into a bitmap-array. Afterwards the array is send back to the Shared Memory.

To convert a string the TextRendere 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.