-
Notes from https://github.com/pythonarcade/arcade/pull/2226
## To resolve:
- [ ] Verify that the workaround for pyglet font loading changes works
- [ ] (Upstream) Whatever's going with `Screen` t…
-
Hello and thanks a lot for immense work you are putting in this project.
I wanted to ask if there is a way to plot scene without `save_image` method?
In my case I am running my project on GitLab…
-
## Describe the bug
The `kerning` attributes seem misnamed in:
* Layout objects: https://github.com/pyglet/pyglet/blob/43e54d2a3bc9d2fd64909e340762383f3c74c861/pyglet/text/document.py#L80
* Docum…
-
```
File "/opt/anaconda3/envs/PsychoPy39/lib/python3.9/site-packages/spyder_kernels/py3compat.py", line 356, in compat_exec
exec(code, globals, locals)
File "/OpenMATB-master/main.py", …
-
When using PyRight 1.1.320 with pyglet 2.0.9 there are issues assigning `floats` or `ints` to `pyglet.text.layout.ScrollableTextLayout.view_y`
It produces the error:
```
error: Operator "+=" not …
-
## ℹ Computer information
- Platform OS (e.g Windows, Mac, Linux etc): Mac
- Python Version: 3.7
- Brain Interface Used (e.g Muse, OpenBCI, Notion etc): Muse2
## 📝 Provide detailed reproducti…
-
System: Ubuntu 22.04 (Running through DistroBox)
Host System: Fedora Workstation 40, GNOME 46.3.1
Kernel: 6.9.7-200.fc40.x86_64
CPU: Core i7-11800H Mobile CPU
GPU: NVIDIA GeForce RTX 3070 Mobile /…
-
**High-level description of the bug:**
Good morning,
I have developed an application with Pyglet. When I run it from the console as such: `python ./app.py`, most of the time it works, the window ope…
-
Was having difficulties getting the code to run with the given dependencies.
I downgraded my Python to 3.8.18 and changed Pyglet to 1.5.28 rather than the 1.5.11 in the requirements.txt.
I add…
-
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 = …