pyopengl
pyopengl copied to clipboard
Repository for the PyOpenGL Project
There appears to be a regression between 3.1.5 and 3.1.6 that manifests itself in my code in the first instance as calls to `glActiveTexture` taking a long time to return....
Hi! I use PyOpenGL in the [render engine](https://github.com/bnpr/Malt/) I develop. I get this exception when I call glClear or glClearBuffer. ``` File "C:\DEV\Malt\BlenderMalt\.MaltPath\Malt\.Dependencies-39\OpenGL\latebind.py", line 43, in __call__ return self._finalCall( *args,...
Hi, I have a problem with some of my machine with project using PyOpenGL. It looks like, with exact same env, the capability `glInitFramebufferObjectARB` - Is available with pyopenhl 3.1.5...
I have meet an error as following: OpenGL.raw.EGL._errors.EGLError: EGLError( err = EGL_NOT_INITIALIZED, baseOperation = eglInitialize, cArguments = ( , , , ), result = 0 ) My environment is Ubuntu...
When using `PyOpenGL-accelerate`in version 3.1.5 from wheel there shown this warning: ``` OpenGL.arrays.numpymodule:Unable to load numpy_formathandler accelerator from OpenGL_accelerate ``` When install it from source ``` pip install PyOpenGL-accelerate --no-binary...
ImportError: cannot import name 'OSMesaCreateContextAttribs' from 'OpenGL.osmesa'
* Python : 3.8.3 * PyOpenGL : 3.1.5 * PyOpenGL-accelerate : 3.1.5 Error Log ``` Traceback (most recent call last): from OpenGL.GL import * File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/OpenGL/GL/__init__.py", line 3, in from...
Hello! Please, suggest me is it possible to install PyOpenGL_accelerate using python3.10? I've tried to find already compiled wheel, but it seems that for linux no one packages them –...
Tags would make it much easier to package this. Could you please publish them for at least the latest releases?
Hello. My OS - Windows 10 x64. MSVC build tools - Visual Studio 2019 version 16.11.10. Python 3.9 x64. I installed this library by pip. Then I tried to import...