Go to file
Julian Hinxlage 038e15a19c updated to new library version 2019-11-19 12:41:56 +01:00
main defination of Font and Block interface. 2019-11-14 13:12:48 +01:00
res defination of Font and Block interface. 2019-11-14 13:12:48 +01:00
src updated to new library version 2019-11-19 12:41:56 +01:00
test + Unit test framework 2019-10-16 15:44:13 +02:00
.gitignore now the gitignore has content 2019-10-16 16:18:13 +02:00
CHANGELOG.md + Unit test framework 2019-10-16 15:44:13 +02:00
CMakeLists.txt defination of Font and Block interface. 2019-11-14 13:12:48 +01: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.