pyopengl icon indicating copy to clipboard operation
pyopengl copied to clipboard

Repository for the PyOpenGL Project

Results 65 pyopengl issues
Sort by recently updated
recently updated
newest added

Hello pyopengl folks, pyqtgraph maintainer here. Love this library, we're able to have 3d capabilities thanks to pyopengl. We're having some CI failures, relating to openGL, and I'm hoping that...

When I using `glReadPixels` to get the rendering results, it returns an error. ``` Traceback (most recent call last): File "test_opengl.py", line 29, in buffer = glReadPixels(0, 0, width, height,...

![image](https://user-images.githubusercontent.com/33227739/98363032-466aee80-2069-11eb-84f6-86b765569c9f.png) how to solve it

Hello, Were you planning to update the version of PyOpenGl. In the latest (3.1.5) there is osmesa, so by using this were not a dependency toward your fork of PyOpenGL....

When a non-contiguous numpy array is passed to glTexImage2D(), or glBufferSubData() or probably any PyOpenGL routine that can take a numpy array it leaks memory. The reference count of the...

Are the Enums here using the Python Enum Class feature, which allows things like someEnum.name ? I'm currently trying to print some info about uniforms using glGetActiveUniform, but have to...

It seems I'm unable to use the function gluOrtho2D from the GLU package. ``` Traceback (most recent call last): File "/home/spaceraiders/programming/opengl/./rendering.py", line 95, in my_renderer = Renderer(SCREEN_SIZE) File "/home/spaceraiders/programming/opengl/./rendering.py", line...

Hi, I am experiencing a problem on macOS Big Sur (11.1), where I am trying to import pyopengl and the following error occurs when installing through conda (and happens with...

Currently the standard way to install pyopengl for window is from the Christoph Gohlke [site](https://www.lfd.uci.edu/~gohlke/pythonlibs/#pyopengl), which comes with pyopengl 3.1.5 for python 35+ Further information is discussed [here](https://github.com/mmatl/pyrender/issues/176).

For Window and WSL developer, I encounter often that in WSL2, I am able to display in XServer but having problem the same code from same directory to work in...