File: sdl2ext.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 (33 lines) | stat: -rw-r--r-- 881 bytes parent folder | download | duplicates (2)
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
.. module:: sdl2.ext
   :synopsis: Python extensions for SDL2

sdl2.ext - Python extensions for SDL2
=====================================
The :mod:`sdl2.ext` package provides advanced functionality for creating
applications using SDL2 and Python. It offers a rich set of modules, classes
and functions, such as easy image loading, basic user interface elements,
resource management and sprite and (on-screen) scene systems. 

Learn more about

.. toctree::
   :maxdepth: 1

   sdl2ext_algorithms.rst
   sdl2ext_array.rst
   sdl2ext_color.rst
   sdl2ext_colorpalettes.rst
   sdl2ext_common.rst
   sdl2ext_compat.rst
   sdl2ext_draw.rst
   sdl2ext_ebs.rst
   sdl2ext_events.rst
   sdl2ext_font.rst
   sdl2ext_gui.rst
   sdl2ext_image.rst
   sdl2ext_particles.rst
   sdl2ext_pixelaccess.rst
   sdl2ext_resources.rst
   sdl2ext_sprite.rst
   sdl2ext_surface.rst
   sdl2ext_window.rst