-
Is there any new update for the OpenGL install source because the provided link looks like it has been removed
-
The latest release on PyPI of [PyOpenGL](https://pypi.org/project/PyOpenGL/#history) and [accelerate](https://pypi.org/project/PyOpenGL-accelerate/#history) is 3.1.7, which only supports Python
-
Clang 15 has upgraded `-Wint-conversion` from a warning to a default error, and this means we cannot build `pyopengl-accelerate`
I get the following error:
```
src/numpy_formathandler.c:9802:3: …
-
I use the Linux system to install mesh and execute` $make tests`. I report an error. The error is `NotImplementedError: Platform does not define a GLUT font retrieval function`. The error is said to b…
-
Hello, I would like to know if you were planning to update the dependance to OpenGL in order to use the pyOpengl 3.1.5?
Because now, Osmesa is in the pyOpengl 31.5.
Best,
Florian Berton
-
Hi! is there any reason why there is a hard dependency on pyopengl==3.1.0?
pyopengl is now at version 3.1.6, with lots of bug fixes and no API changes. Would it make sense to remove the hard versio…
-
Any reason there isn't a pyopengl-accelerate feedstock?
Any any reason not to simply build it in to the pyopengl feedstock? is there any reason one wouldn't want accelerate in a conda environment?
…
-
There are many emscripten apps that provide SDL (I guess it hooks into WebGL to provide OpenGL ES) ?
Would it be possible to provide pyopengl or PySDL ?
PypyJS looks like it would be fantastic f…
-
**Please only report one bug per issue!**
**Describe the bug**
Installing picamera2 installs PyQt5, contrary to the instructions.
**To Reproduce**
python -m pip install picamera2 or some v…
-
I'm unable to install pyopengl-accelerate on py3.12.3:
```
$ python --version
Python 3.12.3
```
Attempting to install it using Pip gives:
```
pip install PyOpenGL-accelerate --no-cache-di…