Package pygext
Pygame Extended - a collection of game creation utilities
Currently, the most fully featured package is pygext.gl, which
contains a full, OpenGL-accelerated game framework. The other packages
are a lot thinner and mostly contain small, miscellanous helper
functions.
XXX TODO: short description of each sub-package here.
Submodules |
-
color : RGBA value utilities
-
debug : Debugging utilities
-
gl : OpenGL graphics and scene rendering
-
all : A convenience module for importing all essential pygext.gl
symbols.
-
base
-
director : Scene rendering and management.
-
display
-
font : OpenGL text utilities
-
gui
-
mouse : Utilities for handling mouse in OpenGL mode
-
particles : Particle Effects.
-
resources : pygext.gl.resources - Global resource management
-
shapes : Basic shape objects for OpenGL
-
test : base class for internal test scripts: obsolete
-
texmgr : Texture binding optimization
-
transform : Shape transformations
-
vector
-
input : Miscellanous input handling
-
lazy : Utilities for lazy evaluation
-
math : Miscellanous math utilities
-
render : Additions to pygame.draw
-
halo : Light halo effect
-
rects : Rectangles
-
stencils : Image stencils
-
utils : Utilities for generating graphics programmatically with surfarray
-
sandbox : Sandboxing Utilities
-
rc : RC - Restricted Compiler
-
sound : Sound utilities
-
text : Text rendering utilities and effects
|
__version__
-
- Type:
-
str
- Value:
|