File: index.rst

package info (click to toggle)
pysdl2 0.9.7%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,824 kB
  • sloc: python: 17,244; makefile: 195; sh: 32
file content (17 lines) | stat: -rw-r--r-- 575 bytes parent folder | download | duplicates (3)
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