Difference between revisions of "Pgreloaded"

From RogueBasin
Jump to navigation Jump to search
(replace site url)
m
 
Line 12: Line 12:


[https://code.google.com/p/pgreloaded/ pgreloaded] is the rewritten version of [[pygame]] - a set of [[Python]] modules for game programming that run on top of the [[SDL]] library. It is not backwards-compatible with pygame, and uses SDL 2.0 instead of 1.2.
[https://code.google.com/p/pgreloaded/ pgreloaded] is the rewritten version of [[pygame]] - a set of [[Python]] modules for game programming that run on top of the [[SDL]] library. It is not backwards-compatible with pygame, and uses SDL 2.0 instead of 1.2.
Recently it was renamed to [[PySDL2]] and its code repository migrated from code.google to [https://bitbucket.org/marcusva/py-sdl2 bitbucket].

Latest revision as of 03:39, 5 January 2017

pgreloaded
Library project
Developer
Released
Updated Sept 30 2012 (2.0.0-beta2)
Status beta
Licensing LGPL License
P. Language Python
Platforms Any (open source)
Dependencies SDL 2.0
Official site of pgreloaded


pgreloaded is the rewritten version of pygame - a set of Python modules for game programming that run on top of the SDL library. It is not backwards-compatible with pygame, and uses SDL 2.0 instead of 1.2. Recently it was renamed to PySDL2 and its code repository migrated from code.google to bitbucket.