running on: vmware MacOS 10.13,In VScode,with pyglet2.0.10,python 3.11.5 whole code snippet: from core.utils import options import pyglet import time import pyglet.image import pyglet.gl as gl from ...
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, ...