Go to file
my 43f042ebdf Realise blink function and make speicail character with a speicial signal. and realise display the correct content when string content is bigger than window size. 2019-12-18 16:53:20 +01:00
lib/toml Delete Library Lodpng from Text-renderer 2019-11-27 12:23:49 +01:00
main Realise blink function and make speicail character with a speicial signal. and realise display the correct content when string content is bigger than window size. 2019-12-18 12:51:46 +01:00
res dev 2019-12-17 13:48:18 +01:00
src Realise blink function and make speicail character with a speicial signal. and realise display the correct content when string content is bigger than window size. 2019-12-18 16:53:20 +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.