Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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 Rothamel

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