Category:Pygame: Difference between revisions

From Rosetta Code
Content added Content deleted
m (SDL)
m (-{{stub}} / wp:Pygame)
 
Line 1: Line 1:
{{stub}}
{{library}}
{{library}}
[[Category:Python]]
Website: [http://www.pygame.org/ PyGame.org]


;Website: [http://www.pygame.org/ PyGame.org]
Current version: Soya3D 3-0.1 - 2014-10-10


;Current version: Soya3D 3-0.1 - 2014-10-10
Pygame is a highly portable set of python modules built on the [[SDL]] library.

[[wp:Pygame]] is a highly portable set of python modules built on the [[SDL]] library. <br>
It is designed specifically for writing games, but it is also useful
It is designed specifically for writing games, but it is also useful
for simple GUI drawing and animations.
for simple GUI drawing and animations.
Line 12: Line 13:
on the SDL multimedia library (SDL_mixer) for its audio playback.
on the SDL multimedia library (SDL_mixer) for its audio playback.


SDL_mixer supports any number of simultaneously playing channels of 16 bit stereo audio, plus a single channel of music, mixed by the popular MikMod MOD, Timidity MIDI, Ogg Vorbis, and SMPEG MP3 libraries.
SDL_mixer supports any number of simultaneously playing channels of 16 bit stereo audio,
plus a single channel of music, mixed by the popular MikMod MOD, Timidity MIDI,

Ogg Vorbis, and SMPEG MP3 libraries.
[[Category:Python]]

Latest revision as of 21:12, 29 November 2014

Library
This is an example of a library. You may see a list of other libraries used on Rosetta Code at Category:Solutions by Library.
Website
PyGame.org
Current version
Soya3D 3-0.1 - 2014-10-10

wp:Pygame is a highly portable set of python modules built on the SDL library.
It is designed specifically for writing games, but it is also useful for simple GUI drawing and animations.

Pygame is a library for cross-platform game development and depends on the SDL multimedia library (SDL_mixer) for its audio playback.

SDL_mixer supports any number of simultaneously playing channels of 16 bit stereo audio, plus a single channel of music, mixed by the popular MikMod MOD, Timidity MIDI, Ogg Vorbis, and SMPEG MP3 libraries.

Pages in category "Pygame"

The following 9 pages are in this category, out of 9 total.