Difference between revisions of "Pgreloaded"

From RogueBasin
Jump to navigation Jump to search
 
m
 
(One intermediate revision by one other user not shown)
Line 2: Line 2:
|developer =  
|developer =  
|released =  
|released =  
|updated = May 19 2009 (2.0.0-alpha1)
|updated = Sept 30 2012 (2.0.0-beta2)
|dependencies = [[SDL]]
|dependencies = [[SDL]] 2.0
|status = alpha
|status = beta
|licensing = LGPL License
|licensing = LGPL License
|language = [[Python]]
|language = [[Python]]
|platforms =  
|platforms = Any (open source)
|site = http://www.pygame.org/news.html
|site = https://code.google.com/p/pgreloaded/
}}{{stub}}
}}{{stub}}


[http://www.pygame.org/news.html pgreloaded] is the rewritten version of [[pygame]] - a set of [[Python]] modules for game programming that run on top of the [[SDL]] library.
[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.