Emilio Francisco Sánchez Martínez
Emilio Francisco Sánchez Martínez
Have you found a solution??
Raspberry pi 5: cannot create a glfw window (GLXBadFBConfig) => use OpenGL 3.1 instead of OpenGL 3.3
Thanks a lot, It really works with my Python project
According to @vsevolod-misiul 's [pull request](https://github.com/mcfletch/pyopengl/pull/146), there's not defined a long type in Python 3 in ARM64, so we need to add an import: `from ctypes import c_long as long`...
I'm using a Raspberry Pi 5 with OpenGL ES 3.1, but unfortunately pyopengltk doesn't work witn ARM, i'm assuming that the problem comes with the call of GLX that it's...
Yes, there's no glx in OpenGL ES. I tried to execute an example and I get this: ` File "/home/maul7456/.local/lib/python3.11/site-packages/pyopengltk/__init__.py", line 28, in from pyopengltk.linux import OpenGLFrame File "/home/maul7456/.local/lib/python3.11/site-packages/pyopengltk/linux.py", line...
Hi @jonwright, I tested this line: `$ PYOPENGL_PLATFORM=glx python3 main.py` and I discover that my Raspberry pi 5 with Raspberry pi OS was on Wayland so I switched to X11...