Difference between revisions of "PySDL2"
Jump to navigation
Jump to search
m |
m |
||
Line 5: | Line 5: | ||
|dependencies = [[SDL]] 2.0 | |dependencies = [[SDL]] 2.0 | ||
|status = stable | |status = stable | ||
|licensing = Public Domain / CC0 | |licensing = [http://pysdl2.readthedocs.io/en/rel_0_9_5/copying.html Public Domain / CC0] | ||
|language = [[Python]] | |language = [[Python]] | ||
|platforms = Any (open source) | |platforms = Any (open source) |
Latest revision as of 03:50, 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 |
- This page is a stub. Please help RogueBasin by expanding it. Click here to edit this page.
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.