Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/renpy/pygame_sdl2
Reimplementation of portions of the pygame API using SDL2.
https://github.com/renpy/pygame_sdl2
Last synced: 1 day ago
JSON representation
Reimplementation of portions of the pygame API using SDL2.
- Host: GitHub
- URL: https://github.com/renpy/pygame_sdl2
- Owner: renpy
- License: lgpl-2.1
- Created: 2014-10-23T02:38:34.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-12-05T14:22:33.000Z (2 months ago)
- Last Synced: 2025-02-03T01:29:10.263Z (1 day ago)
- Language: Python
- Size: 1.39 MB
- Stars: 337
- Watchers: 29
- Forks: 69
- Open Issues: 10
-
Metadata Files:
- Readme: README.rst
- License: COPYING.LGPL21
Awesome Lists containing this project
- awesome-sdl - pygame_sdl2
README
===========
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:
* `https://pyga.me/`_
* `https://www.pygame.org/`_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:
* Patrick Dawson
* Tom RothamelIt includes some code from Pygame, and is inspired by the hundreds of
contributors to the Pygame, Python, and SDL2 projects.