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 ...
Keen to integrate a pyqt-based gui with my project, I followed the sample code in the top answer here: With the current version of pyglet (2.0.15), running this ...