diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-05-03 18:36:14 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-05-03 18:36:14 +0700 |
commit | 60c9999e6e4f202572616af65333998e858c3e2a (patch) | |
tree | eabc80999d9948d3922db080f047bead69da26a5 /python/PySDL2/README | |
parent | 6185427402999ab0d5df96b5f0f60e2f7e1176fa (diff) | |
download | slackbuilds-60c9999e6e4f202572616af65333998e858c3e2a.tar.gz |
python/PySDL2: Added (Python wrapper around the SDL2).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/PySDL2/README')
-rw-r--r-- | python/PySDL2/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/python/PySDL2/README b/python/PySDL2/README new file mode 100644 index 0000000000..ea36a258bb --- /dev/null +++ b/python/PySDL2/README @@ -0,0 +1,7 @@ +PySDL2 is a wrapper around the SDL2 library and as such similar to +the discontinued PySDL project. In contrast to PySDL, it has no +licensing restrictions, nor does it rely on C code, but uses ctypes +instead. + +Optional dependencies : SDL2_image SDL2_mixer SDL2_ttf SDL2_gfx +those are optional though and only necessary, if you want to use. |