Releases: py-sdl/py-sdl2
Releases · py-sdl/py-sdl2
PySDL2 0.9.8 - Release Candidate 1
This is a pre-release of PySDL2 0.9.8, containing most of the core features and fixes to be included in the next official release of PySDL2!
Changelog
Full details can be found in the project's news.rst
, but the main new features are:
- Added bindings for new functions and constants introduced in SDL2 2.0.12 and 2.0.14
- Added full support for SDL2 binaries in non-system locations (e.g., with pysdl2-dll) when using PySDL2 with Python installed from the Microsoft Store on Windows.
- Improved handling of SDL2 binaries that are too old to be used with PySDL2.
Installation
This pre-release can be installed directly from GitHub with pip
using the following command:
python -m pip install -U https://github.com/marcusva/py-sdl2/releases/download/pre_0.9.8.rc1/pysdl2.tar.gz