-
```
What steps will reproduce the problem?
1. Installed packages at attach1
2. Error at attach2
What is the expected output? What do you see instead?
the example must work but still requires pyglet.
…
-
I add "import os, os.environ['PYOPENGL_PLATFORM'] = 'egl'", but it still cannot work!
Traceback (most recent call last):
File "/home/lyq/mesh_to_sdf-master/train.py", line 19, in
viewer = …
-
pyglet updated to 2.0.0 on 11/01/2022 which caused breaking changes for screen-mirrored slms. We should find a stable way to version the package's dependencies. See about doing this in `setup.py`, whi…
tpr0p updated
8 months ago
-
~/ultimatevocalremovergui-master$ python3 UVR.py
playsound is relying on another python subprocess. Please use `pip install pygobject` if you want playsound to run more efficiently.
Traceback (most…
-
```
What steps will reproduce the problem?
1. Installed packages at attach1
2. Error at attach2
What is the expected output? What do you see instead?
the example must work but still requires pyglet.
…
-
In https://www.labri.fr/perso/nrougier/python-opengl/#bindings, the pyglet url return a 404, I found http://pyglet.org/ when searching.
-
TL;DR: Repeated entries in dict literals lose info
## What?
Only the second value will be persisted in the final dict.
https://github.com/pyglet/pyglet/blob/9fe927d1322f2e845288c9b10a54f1ded12b…
-
in order to support potential Arcade transition to WebGL, partial pyglet support has been added
https://pygame-web.github.io/showroom/pythongit.html#src/test_pyglet.py
NB: there's no font suppor…
pmp-p updated
10 months ago
-
**Describe the bug**
The function stubs here describe return types, but do not have a return type annotation:
https://github.com/pyglet/pyglet/blob/515d7a52a63fc20d76109f06a02f059459ec03b8/pyglet/…
-
```
As suggested by brandon.forrester in issue35, could look into connection of
pydicom to pyglet (http://www.pyglet.org/). It's a good fit with pydicom --
simple installation, very open (BSD) licen…