Get the latest tech news
Pyxel: A retro game engine for Python
A retro game engine for Python. Contribute to kitao/pyxel development by creating an account on GitHub.
When creating simple graphics without animation, show function can be used to make the code more concise. The following can be specified as options: the window title with title, the frame rate with fps, the key to quit the application with quit_key, the scale of the display with display_scale, the scale of the screen capture with capture_scale, and the maximum recording time of the screen capture video with capture_sec. Pyxel has "advanced APIs" that are not mentioned in this reference because they "may confuse users" or "need specialized knowledge to use".
Or read this on Hacker News