1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Learn to fly - the tutorials
============================
PySDL2 is easy to learn and a powerful multimedia programming framework. It
features efficient high- and low-level structures and an excellent
object-oriented programming layout.
The following tutorials will guide you through your first applications
written with PySDL2 and introduces certain parts of the PySDL2 packages to
you. They will most likely *not* cover each single part of PySDL2, but
instead show you the most noteworthy features.
.. toctree::
:maxdepth: 2
helloworld.rst
pong.rst
pygamers.rst
|