pyglet is a cross-platform games and multimedia package.
Detailed documentation is available at http://www.pyglet.org
app |
Application-wide functionality. |
canvas |
Display and screen management. |
clock |
Precise framerate calculation, scheduling and framerate limiting. |
event |
Event dispatch framework. |
extlibs |
External dependencies for Pyglet. |
font |
Load fonts and render text. |
gl |
OpenGL and GLU interface. |
graphics |
Low-level graphics rendering. |
image |
Image load, capture and high-level texture functions. |
info |
Get environment information useful for debugging. |
input |
Joystick, tablet and USB HID device support. |
media |
Audio and video playback. |
resource |
Load application resources from a known path. |
sprite |
Display positioned, scaled and rotated images. |
text |
Text formatting, layout and display. |
window |
Windowing and user-interface events. |