PySDL2 0.9.13
Right on the heels of 0.9.12 comes PySDL2 0.9.13! The main changes here are that the bindings, documentation, and unit tests have been updated for the latest releases of SDL_image
, SDL_mixer
, and SDL_ttf
. Experimental bindings for the new functions and structures in the SDL 2.23.1 pre-release have also been added if you're feeling adventurous.
Additionally, this release adds a new function sdl2.ext.load_svg
that allows for easily loading simple SVG images at arbitrary resolutions if using SDL_image
2.6.0 or newer.
Changelog
- Updated to wrap new functions and constants in SDL_ttf 2.20.0.
- Updated to wrap new functions and constants in SDL_mixer 2.6.0.
- Updated to wrap new functions and constants in SDL_image 2.6.0.
- Added experimental bindings for the new functions and constants in the SDL 2.23.1 pre-release.
- Added a new function :func:
sdl2.ext.load_svg
that allows loading simple SVG images at arbitrary resolutions with SDL_image 2.6.0 or later.