micropython-appengine#
A MicroPython app engine.
This module works under MicroPython and it is tested with MicroPython V1.19.1.
Installation#
>>> import upip
>>> upip.install('micropython-appengine')
Alternatively just copy appengine.py to the MicroPython device.
Usage#
- Subclass
InputDevicefor the input device. - Subclass
Screenfor the screen. - Subclass
Spritefor all the sprites needed in the app. - Subclass
Managerfor the app main control.