PyDevices / usdl2

Native SDL2 subset for pydisplay's desktop backend

Native SDL2 subset for pydisplay's desktop backend (import usdl2) on MicroPython & CPython, unix & Windows.

Source on GitHub PyDevices

Build with libSDL2

# Linux / unix port
sudo apt install libsdl2-dev
git clone https://github.com/PyDevices/usdl2.git

# Windows (MinGW) -- point at the official SDL2 dev zip
export SDL2_DEV=~/SDL2-2.30.10

# CPython / Android: TestPyPI usdl2, where applicable

Related