About 61 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.12

    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 …

  3. pyglet Documentation — pyglet v2.1.12

    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 …

  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 common use cases.

  5. 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. pyglet also …

  6. Shaders and Rendering — pyglet v3.0.dev1

    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 affect those …

  7. pyglet — pyglet v3.0.dev1

    If True (the default), pyglet will attempt to synchronise the drawing of double-buffered windows to the border updates of the X11 window manager. This improves the appearance of the window during …

  8. pyglet.gui — pyglet v3.0.dev1

    pyglet.gui Classes class WidgetBase Bases: EventDispatcher The base of all widgets. Attributes x X coordinate of the widget. y Y coordinate of the widget. width Width of the widget. height Height of the …

  9. Controller & Joystick input — pyglet v2.1.12

    This class has a get_controllers () method to be used in place of pyglet.input.get_controllers (). There are also on_connect and on_disconnect events, which dispatch a Controller instance whenever one …

  10. 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.