PySDL2
0.9
  • Installing PySDL2
  • Integrating PySDL2
  • PySDL2 FAQ
  • Learn to fly - the tutorials
  • API reference
    • sdl2 - SDL2 library wrapper
    • sdl2.ext - Python extensions for SDL2
      • Common algorithms
      • Converting sequences
      • Color handling
      • sdl2.ext.colorpalettes - predefined sets of colors
      • Initialization routines
      • sdl2.ext.compat - Python compatibility helpers
      • 2D drawing routines for software surfaces
      • Working with component-based entities
      • General purpose event handling routines
      • Text rendering routines
      • User interface elements
      • Image loaders
      • sdl2.ext.particles - A simple particle system
      • 2D and 3D direct pixel access
      • Resource management
      • Sprite, texture and pixel surface routines
      • Software Surface manipulation
      • Window routines to manage on-screen windows
    • sdl2.sdlttf - Python bindings for SDL_ttf
    • sdl2.sdlimage - Python bindings for SDL_image
    • sdl2.sdlmixer - Python bindings for SDL_mixer
    • sdl2.sdlgfx - Python bindings for SDL2_gfx
  • Release News
  • Todo list for PySDL2
  • License
PySDL2
  • »
  • API reference »
  • sdl2.ext - Python extensions for SDL2
  • View page source

sdl2.ext - Python extensions for SDL2

The 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

  • Common algorithms
  • Converting sequences
  • Color handling
  • sdl2.ext.colorpalettes - predefined sets of colors
  • Initialization routines
  • sdl2.ext.compat - Python compatibility helpers
  • 2D drawing routines for software surfaces
  • Working with component-based entities
  • General purpose event handling routines
  • Text rendering routines
  • User interface elements
  • Image loaders
  • sdl2.ext.particles - A simple particle system
  • 2D and 3D direct pixel access
  • Resource management
  • Sprite, texture and pixel surface routines
  • Software Surface manipulation
  • Window routines to manage on-screen windows
Previous Next

© Copyright 2022, Marcus von Appen. Last updated: 2022-01-09.

Built with Sphinx using a theme provided by Read the Docs.