treasurehunting2/PySDL2-0.9.5
b3yond c5348bd1c6 added pysdl2 setup. 2017-05-13 11:00:53 +02:00
..
doc added pysdl2 setup. 2017-05-13 11:00:53 +02:00
examples added pysdl2 setup. 2017-05-13 11:00:53 +02:00
sdl2 added pysdl2 setup. 2017-05-13 11:00:53 +02:00
util added pysdl2 setup. 2017-05-13 11:00:53 +02:00
AUTHORS.txt added pysdl2 setup. 2017-05-13 11:00:53 +02:00
COPYING.txt added pysdl2 setup. 2017-05-13 11:00:53 +02:00
Makefile added pysdl2 setup. 2017-05-13 11:00:53 +02:00
PKG-INFO added pysdl2 setup. 2017-05-13 11:00:53 +02:00
README.txt added pysdl2 setup. 2017-05-13 11:00:53 +02:00
make.bat added pysdl2 setup. 2017-05-13 11:00:53 +02:00
setup.py added pysdl2 setup. 2017-05-13 11:00:53 +02:00

README.txt

About PySDL2
============
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.

Installation
============
PySDL2 is easy to install and integrate within your own projects. Just
follow Python's standard procedure of installing packages or look for a
prebuilt package for your operating system or distribution.

Documentation
=============
If you just started with SDL and PySDL2, it is strongly recommended
that you read through the tutorial of the documentation to learn the 
basics. You can find the documentation at *doc/html* or online at
http://pysdl2.readthedocs.org.

License
=======
This library is given to the public domain. There are no licensing
restrictions. Please see *doc/copying.rst* for further details.