A C++/Raylib application to practice typing in the Dvorak keyboard layout.
Go to file
stephenseo e72947d966 Update README.md 2023-12-14 11:45:12 +00:00
pictures Add README.md and picture 2023-12-14 20:32:58 +09:00
src Add CMakeLists.txt 2023-12-14 20:16:09 +09:00
.gitignore Add CMakeLists.txt 2023-12-14 20:16:09 +09:00
CMakeLists.txt Add CMakeLists.txt 2023-12-14 20:16:09 +09:00
LICENSE Add LICENSE 2023-12-14 20:33:26 +09:00
Makefile Impl highlighting of keys, fixes 2023-12-14 18:47:42 +09:00
README.md Update README.md 2023-12-14 11:45:12 +00:00
dvorak_keyboard.png Working text drawing and accepting based on input 2023-12-14 17:39:11 +09:00

README.md

Dvorak Typing Practice

Screenshot of this application

Usage: <executable> <filename>

Words from the given file will be used as the words to type within the program.

Note that this program expects dvorak_keyboard.png to be in the working directory.