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 ...
I am interesting in integrating vispy as a "widget" in a viewable area of a pyglet window. As an aside, I do understand that pyglet lacks true support for widgets, but my intention is to overlay ...