pixel-examples/typewriter
faiface f8fc371e32 clarify typewriter example readme 2017-05-23 20:40:45 +02:00
..
README.md clarify typewriter example readme 2017-05-23 20:40:45 +02:00
main.go add typewriter example 2017-05-23 20:07:23 +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).

Screenshot