Home — pyglet
http://pyglet.orgpyglet is a powerful, yet easy to use Python library for developing games and other visually-rich applications on Windows, Mac OS X and Linux.
pyglet.app — pyglet v1.5.21
pyglet.readthedocs.io › en › latestClasses¶ class EventLoop¶. The main run loop of the application. Calling run begins the application event loop, which processes operating system events, calls pyglet.clock.tick() to call scheduled functions and calls pyglet.window.Window.on_draw() and pyglet.window.Window.flip() to update window contents.
pyglet.sprite — pyglet v1.5.21
pyglet.readthedocs.io › en › latestpyglet.sprite ¶. pyglet.sprite. Display positioned, scaled and rotated images. A sprite is an instance of an image displayed on-screen. Multiple sprites can display the same image at different positions on the screen. Sprites can also be scaled larger or smaller, rotated at any angle and drawn at a fractional opacity.
pyglet Documentation — pyglet v1.5.21
pyglet.readthedocs.iopyglet 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 controllers and joysticks, OpenGL graphics, loading images and videos, and playing sounds and music. pyglet works on Windows, OS X and Linux.
pyglet Documentation — pyglet v1.5.21
https://pyglet.readthedocs.io/en/latestpyglet Documentation¶. 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 controllers and joysticks, OpenGL graphics, loading images and videos, and playing sounds and music.
pyglet · PyPI
pypi.org › project › pygletJan 05, 2021 · 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, Joysticks, OpenGL graphics, loading images and videos, and playing sounds and music. pyglet works on Windows, OS X and Linux. pyglet documentation.
pyglet.app — pyglet v1.5.21
https://pyglet.readthedocs.io/en/latest/modules/app.htmlClasses¶ class EventLoop¶. The main run loop of the application. Calling run begins the application event loop, which processes operating system events, calls pyglet.clock.tick() to call scheduled functions and calls pyglet.window.Window.on_draw() and pyglet.window.Window.flip() to update window contents.. Applications can subclass EventLoop and override certain …