standalone_pyglet.py
I threw this together (see PygletGLRenderer) because I didn't want to bring in PyOpenGL when Pyglet already offers a GL binding.
Not well tested, and doesn't take advantage of all the high level Pyglet stuff (I couldn't figure out how to anyway) - but it at least brings up a window on my Linux machine without depending on PyOpenGL or glfw.
LMK if you would like a PR and how to organize it, or feel free to incorporate it yourself, or just ignore it.
standalone_pyglet.py
I threw this together (see PygletGLRenderer) because I didn't want to bring in PyOpenGL when Pyglet already offers a GL binding.
Not well tested, and doesn't take advantage of all the high level Pyglet stuff (I couldn't figure out how to anyway) - but it at least brings up a window on my Linux machine without depending on PyOpenGL or glfw.
LMK if you would like a PR and how to organize it, or feel free to incorporate it yourself, or just ignore it.