Go to file
my 66c60c8cd3 Weiter Logic Fehler changed. v2.3 2019-12-18 18:20:18 +01:00
lib/toml Delete Library Lodpng from Text-renderer 2019-11-27 12:23:49 +01:00
main Weiter Logic Fehler changed. v2 2019-12-18 17:58:22 +01:00
res dev 2019-12-17 13:48:18 +01:00
src Weiter Logic Fehler changed. v2.3 2019-12-18 18:20:18 +01:00
test + Unit test framework 2019-10-16 15:44:13 +02:00
.gitignore + remove lib/ from .gitignore 2019-11-27 12:07:13 +01:00
CHANGELOG.md + Unit test framework 2019-10-16 15:44:13 +02:00
CMakeLists.txt String Umsetzung und DriiteFont finished. 2019-11-19 13:27:18 +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.