Stage, a Tile and Sprite Engine

A library for MicroPython for drawing tiles and sprites on a RGB SPI screen.

../../_images/thumb-9027181633616903750.jpg ../../_images/thumb-6527501546889631960.jpg ../../_images/thumb-4900141546889610404.jpg ../../_images/thumb-2099951546889606915.jpg ../../_images/thumb-8424561520631872842.jpg ../../_images/thumb-314061546889662725.jpg

This is a MicroPython library that provides the means for drawing sprites with tiled background on 16-bit SPI-based displays. It consists of a small part written in C that needs to be compiled into the firmware, and the rest written in Python, usually also included in the firmware as frozen modules.

This library was originally created in CircuitPython for µGame , but has since been ported onto other platforms.

../../_images/8989641564692013055.gif

Logs