About 384 results
Open links in new tab
  1. 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, …

  2. pyglet — pyglet v2.1.11

    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 …

  3. pyglet Documentation — pyglet v3.0.0a1

    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 …

  4. Simple Widgets & GUI — pyglet v2.1.12

    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 most …

  5. Shaders and Rendering — pyglet v3.0.0a1

    In Pyglet, when a vertex list is added to a Batch, it is effectively combined with similar objects in a large buffer. This significantly increases performance, but also presents the question, how do I …

  6. Images and Sprites — pyglet v2.1.12

    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 supported. …

  7. Writing a pyglet application — pyglet v3.0.0a1

    This will enter pyglet’s default event loop, and let pyglet respond to application events such as the mouse and keyboard. Your event handlers will now be called as required, and the run() …

  8. Application resources — pyglet v2.1.12

    There are also convenience functions for loading media files for pyglet. The following table shows the equivalent resource functions for the standard file functions.

  9. Installation — pyglet v2.1.12

    In addition, since pyglet is pure Python, you can also just copy the pyglet subfolder directly into the root of your project without installation into your local site-packages.

  10. pyglet.model — pyglet v2.1.12

    pyglet.model Loading of 3D scenes and models. The model module provides an interface for loading 3D “scenes” and models. A Scene is a logical container that can contain the data of …