2017-05-23 13:07:23 -05:00
|
|
|
# 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.
|
|
|
|
|
2017-05-23 13:40:45 -05:00
|
|
|
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).
|
|
|
|
|
2017-05-23 15:06:43 -05:00
|
|
|
The seemingly buggy letters (one over another) in the screenshot are not bugs, but a result of using
|
|
|
|
the typewriter backspace functionality.
|
|
|
|
|
2017-05-23 13:07:23 -05:00
|
|
|
![Screenshot](screenshot.png)
|