pixel-examples/typewriter
faiface 3e7d03b4f7 limit ttf face glyphcacheentries size in typewriter example 2017-05-25 15:21:28 +02:00
..
README.md clarify typewriter doc 2017-05-23 22:06:43 +02:00
main.go limit ttf face glyphcacheentries size in typewriter example 2017-05-25 15:21:28 +02:00
screenshot.png add typewriter example 2017-05-23 20:07:23 +02:00

README.md

Typewriter

This example demonstrates text drawing and text input facilities by implementing a fancy typewriter with a red laser cursor. Screen shakes a bit when typing and some letters turn bold or italic randomly.

ASCII and Latin characters are supported here. Feel free to add support for more characters in the code (it's easy, but increases load time).

The seemingly buggy letters (one over another) in the screenshot are not bugs, but a result of using the typewriter backspace functionality.

Screenshot