Skip to content

Reimplementation of portions of the pygame API using SDL2.

License

LGPL-2.1, Zlib licenses found

Licenses found

LGPL-2.1
COPYING.LGPL21
Zlib
COPYING.ZLIB
Notifications You must be signed in to change notification settings

renpy/pygame_sdl2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

12a1053 · Mar 18, 2025
Sep 12, 2024
Aug 5, 2015
Jan 19, 2023
Dec 24, 2016
Sep 12, 2024
Jan 26, 2021
Dec 5, 2024
Aug 27, 2017
Sep 12, 2024
May 4, 2017
Nov 14, 2014
Feb 27, 2025
Sep 12, 2024
Jan 22, 2020
Sep 12, 2024
Dec 3, 2022
Sep 14, 2024
Jan 24, 2016
Dec 24, 2016
Jan 26, 2021
Mar 17, 2025
Sep 12, 2024

Repository files navigation

Pygame_sdl2

Pygame_sdl2 is a reimplementation of the Pygame API using SDL2 and related libraries. While in the past it was meant to support multiple applications, it only saw adoption as technology underlying Ren'Py, and is currently being supported for that purpose.

We recommend you consider:

As alternatives.

License

New code written for pygame_sdl2 is licensed under the Zlib license. Some code - including compiled code - is taken wholesale from Pygame, and is licensed under the LGPL2. Please check each module to determine its licensing status.

See the COPYING.ZLIB and COPYING.LGPL21 files for details - you'll need to comply with both to distribute software containing pygame_sdl2.

Current Status Credits -------

Pygame_sdl2 was written by:

It includes some code from Pygame, and is inspired by the hundreds of contributors to the Pygame, Python, and SDL2 projects.