
Home — pyglet
pyglet is a powerful yet easy-to-use Python library for developing games and other visually rich applications on Windows, macOS, and Linux. It supports windowing, mouse and keyboard, …
pyglet — pyglet v2.1.14
By default, pyglet creates a hidden window with a GL context when pyglet.gl is imported. This allows resources to be loaded before the application window is created, and permits GL objects to be …
pyglet Documentation — pyglet v2.1.14
pyglet is a cross-platform windowing and multimedia library for Python, intended for developing games and other visually rich applications. It supports windowing, user interface event handling, game …
Images and Sprites — pyglet v2.1.14
Images and Sprites pyglet provides functions for loading and saving images in various formats using native operating system services. If the Pillow library is installed, many additional formats can be …
Shaders and Rendering — pyglet v3.0.dev2
Pyglet also introspects and makes Uniform Blocks (or Interface Blocks) available, including ways to manage and use Uniform Buffer Objects. By default, Pyglet’s projection and view matrix are both …
Simple Widgets & GUI — pyglet v3.0.dev2
Simple Widgets & GUI The pyglet.gui module provides a selection of widgets that can be used to add user interface elements to your game or application. The selection is limited, but should cover the …
pyglet — pyglet v3.0.dev2
By default, pyglet has opted to go for Single-Threaded Apartment (STA) for compatibility reasons. Many other third party libraries used with Python explicitly set STA.
pyglet.gl — pyglet v2.1.13
pyglet.gl OpenGL interface. This package imports all OpenGL and registered OpenGL extension functions. Functions have identical signatures to their C counterparts. OpenGL is documented in full …
Blog — pyglet
Jul 31, 2019 · Web site of the pyglet project We are happy to welcome everyone to the new pyglet website! Read more...
pyglet.input — pyglet v3.0.dev2
pyglet.input Joystick, Game Controller, Tablet and USB HID device support. This module provides a unified interface to almost any input device, besides the regular mouse and keyboard support …