Go to file
Julian Hinxlage 250e594f24 Merge branch 'dev1' into dev
# Conflicts:
#	main/main.cpp
2019-11-28 11:46:43 +01:00
.ci ~ update clang-tidy checks 2019-11-16 18:22:34 +00:00
lib/toml + remove lib/ from .gitignore 2019-11-27 12:07:13 +01:00
main + update text on RenderText event 2019-11-27 12:02:14 +01:00
res Merge branch 'dev1' into dev 2019-11-28 11:46:43 +01:00
src add test method and change datatype of character_bitmap from bool** to vector<vector<bool>> 2019-11-20 15:51:01 +01:00
test ~ fixed unit testing 2019-10-24 11:48:26 +02:00
.clang-tidy ~ update clang-tidy checks 2019-11-16 18:22:34 +00:00
.gitignore + remove lib/ from .gitignore 2019-11-27 12:07:13 +01:00
.gitlab-ci.yml ~ CI: clang_tidy step now contains catch2 & fltk 2019-11-12 11:17:17 +00:00
CHANGELOG.md + Unit test framework 2019-10-16 15:44:13 +02:00
CMakeLists.txt Merge branch 'dev1' into dev 2019-11-28 11:46:43 +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.