-
The pack launched for me fine the first time, but on subsequent relaunches, I have to delete the options.txt, otherwise I get glfw error 65539, which means I have to reconfigure my key bindings every …
-
Hello, I am trying to write a very simple test code using pyGLFW:
```python
import glfw
from OpenGL import GL as gl
import numpy as np
def checkGLError():
err = gl.glGetError()
whil…
-
I set a callback using `setKeyCallback` function but every key press is just `Key'UnknownKey`. For instance if I press Escape the `Key` would be `Key'UnknownKey` and scancode would be 9. Any ideas why…
-
**Mod Info (fill out the following information)**
- Mod name: extraalchemy
- Mod version: https://modrinth.com/mod/extraalchemy/version/1.10.0
**Describe the problem**
```
java.lang.ExceptionIn…
-
My current use of **pyglet** and **moderngl** was always a hack and needs to end. There are, thankfully, now some decent alternatives to investigate.
The top candidate for replacing OpenGL has to b…
-
This [Github Repo](https://www.youtube.com/watch?autoplay=1&v=c9bUJ6drLbk&feature=youtu.be) tells me that glut is already deprecated, but what about this?
GLFW is an Open Source, multi-platform lib…
-
I am using a PS/2 QWERTZ keyboard on windows and the F11 key does not get registered by GLFW. When I press it, the callback does not get triggered. Are there any workarounds regarding this issue and i…
-
If I run hello or asteroids on my Lenovo T540p Fedora 27 with prop nvidea driver it crashes in Intel mode, primusrun and optirun.
optirun glxgears is working.
#1 fixes it. (Because bindings-GLFW…
-
This issue is mostly just for documentation purposes, in case anyone runs into the same issue as I did.
So I'm playing Gregtech: New Horizons as of lately, which runs on Minecraft 1.7.10. It uses […
-
## 🐍 Package Request
- Package Name and Version : mujoco / latest
- Package URL : https://github.com/deepmind/mujoco/tree/main/python
- Package Dependencies that needs to be resolved first: `inst…