Skip to main content

PuPU - Puffi's Pygame Utility

PuPU is a (very) small "framework" for programming games using the Python language. It uses Pygame for most tasks and PyOpenGL for rendering. Its aimed mainly for new programmers who want to try out graphics/game programming.


Puffi
(puffi)

PuPU is a (very) small "framework" for programming games using the Python language. It uses Pygame for most tasks and PyOpenGL for rendering. Its aimed mainly for new programmers who want to try out graphics/game programming.

PuPU has been mainly a learning project of OpenGL for me so there are likely to be lot of oddities in there.

PuPU is heavily influenced by Grim 2D API (link) and PyGL2D ( link) (thanks to pymike for the latter one).

Features:
-OpenGL accelerated graphics (realtime rotation, alpha blending and scaling)
-Extremely easy to use input module
-Small (and rather primitive) particle engine
-Font rendering
-File i/o for configurations and such
-Play music and sounds
-Helper functions for math

PuPU is still work in progress.

Changes

Links

Home Page
https://sourceforge.net/projects/pupu/

Releases

PuPU - Puffi's Pygame Utility 0.1 — 21 Sep, 2010

Pygame.org account Comments

  • Mad Cloud Games 2011-07-18 02:09

    Excuse me sir, Is it too much to ask that you use pygame.quit()?