1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
|
Welcome to PySDL2's documentation!
==================================
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 :mod:`ctypes` instead.
Getting Started
===============
.. toctree::
:maxdepth: 2
install.rst
integration.rst
faq.rst
tutorial/index.rst
API Reference
=============
.. toctree::
:maxdepth: 2
modules/index.rst
Project Information
===================
.. toctree::
:maxdepth: 1
news.rst
todos.rst
copying.rst
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
|