Difference between revisions of "PySDL2"

From RogueBasin
Jump to navigation Jump to search
m (source and license links)
m
Line 1: Line 1:
PySDL2 is a wrapper around the SDL2 library. Its released on [https://pysdl2.readthedocs.io/en/rel_0_9_5/copying.html Public Domain].
{{library| name = PySDL2  
|developer = Marcus von Appen and many others
|released = Oct 20 2016 (0.9.5)
|updated = Dec 29 2016
|dependencies = [[SDL]] 2.0
|status = stable
|licensing = Public Domain / CC0
|language = [[Python]]
|platforms = Any (open source)
|site = https://bitbucket.org/marcusva/py-sdl2
}}{{stub}}


PySDL2 documentation can be found at: [https://pysdl2.readthedocs.io/en/rel_0_9_5/index.html pysdl2.readthedocs.io/en/rel_0_9_5/index.html]
[https://bitbucket.org/marcusva/py-sdl2 PySDL2] is a wrapper around the SDL2 library. It has no licensing restrictions, nor does it rely on C code, using ctypes instead.
 
More information can be obtained at its [https://pysdl2.readthedocs.io/en/rel_0_9_5/index.html pysdl2.readthedocs.io/en/rel_0_9_5/index.html documentation].
PySDL2 source code is available at: [https://bitbucket.org/marcusva/py-sdl2/downloads bitbucket.org/marcusva/py-sdl2/downloads]

Revision as of 03:48, 5 January 2017

PySDL2
Library project
Developer Marcus von Appen and many others
Released Oct 20 2016 (0.9.5)
Updated Dec 29 2016
Status stable
Licensing Public Domain / CC0
P. Language Python
Platforms Any (open source)
Dependencies SDL 2.0
Official site of PySDL2


PySDL2 is a wrapper around the SDL2 library. It has no licensing restrictions, nor does it rely on C code, using ctypes instead. More information can be obtained at its pysdl2.readthedocs.io/en/rel_0_9_5/index.html documentation.