coolius
Jan 14, 2014 - 23:27
Hello all,
I would really love to have some sort of text input in the scene module. This would certainly make programming more serious apps, not only games, easier with pythonista.
Hello all,
I would really love to have some sort of text input in the scene module. This would certainly make programming more serious apps, not only games, easier with pythonista.
KeyboardHack -- Yes... I know it is ugly!! Just a proof of concept to prove that an on screen keyboard could be created in a Pythonista scene.Scene. Four keyboards are defined but only the first is implemented. Shift key not implemented. No number keys, etc. Someone should make it an open source project on GitHub and curate changes (pull requests) from across the Pythonista community to turn it into something we would be happy to use. make_keyboards() could be rewritten as a great list compression but trying to do so just made my brain hurt.