Emilio Francisco Sánchez Martínez
Emilio Francisco Sánchez Martínez
Hi, I'm using GLFW on a raspberry pi 5 with OpenGL ES 3.1, but I can't use it with imgui, Is there a way to use it?? I always obtained:...
Raspberry pi 5: cannot create a glfw window (GLXBadFBConfig) => use OpenGL 3.1 instead of OpenGL 3.3
Hello everyone, I'm trying to use Imgui_bundle with glfw in a raspberry pi 5 with Python that has OpenGL ES 3.1 So I used this code: ```python from imgui_bundle import...
Recently Cython updated in 3.1.0 and PyOpenGl_accelerate cannot install on a Raspberry Pi 5: Python 3.11.2 Here's my log: ``` pip install PyOpenGL_accelerate Defaulting to user installation because normal site-packages...
Hi, I really appreciate this library, It really works very well, but, Is It posible to mame this library compatible with other variants of OpenGL like OpenGL ES? Because It...