Pygame

From Osvidwiki
Jump to: navigation, search

A Python wrapper around the SDL library to make graphical "games" or other applications in Python. Useful features:

  • Ability to go fullscreen
  • Precise keyboard control (separate keydown & keyup events, also for "special"/control keys)
  • Direct support Joystick events
  • Simple but effective (2D) drawing commands (think Super Nintendo)

http://pygame.org/