Go to file
Julian Hinxlage d4e8fcfe6c Merge branch 'dev' into 'master'
Final Merge

See merge request link/projekte/ws19/vkvm-new/text-renderer!9
2020-01-09 06:51:25 +00:00
.ci ~ fix code to reduce warnings 2019-12-17 12:06:44 +01:00
lib/toml + toml lib 2019-10-29 11:57:42 +01:00
main fixed make error with to_string(enum) 2020-01-08 12:44:35 +01:00
res added Unifont 2020-01-07 15:05:32 +01:00
src added Unifont 2020-01-07 15:05:32 +01:00
test new text rendering 2020-01-07 13:23:25 +01:00
.clang-tidy ~ use values from shared mem instead of hardcoded ones 2019-12-04 10:18:13 +01:00
.gitignore + toml lib 2019-10-29 11:57:42 +01:00
.gitlab-ci.yml ~ use clang instead of g++ 2020-01-08 16:31:54 +00:00
CHANGELOG.md + Unit test framework 2019-10-16 15:44:13 +02:00
CMakeLists.txt add for MACOS 2020-01-08 13:13:55 +01: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.