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

I was writing a small 3D viewer where i want to display certain 3d Objects using Python3, OpenGL, Shaders and ElementLists. Everything works fine, apart glDepthFunc does not appear to...

I'm unable to run the following `from OpenGL.raw.GL import _errors` on Arch Linux on mesa-18.2.3-1. Every time I try, I get the following error trace: ``` File "", line 1,...

What the title says. My context is initialized like this ```python shared_win = None ctx = mesa.OSMesaCreateContext(GL_RGB, shared_win) win = ctx buf = arrays.GLubyteArray.zeros((height, width, 3)) mesap = arrays.ArrayDatatype.dataPointer(buf) assert(mesa.OSMesaMakeCurrent(ctx,...

`test_buffer_api_basic` fails on i586 and armv7l , presumably due to some 32bit arch problem. ```console [ 121s] tests/test_arraydatatype.py::TestCoreDatatype::test_buffer_api_basic FAILED [ 121s] [ 121s] =================================== FAILURES =================================== [ 121s] ____________________ TestCoreDatatype.test_buffer_api_basic...

I just spent several hours trying to get my first PyOpenGL code to work. The problem was with the following two lines: ``` python glVertexAttribPointer(vertcoords_loc, 2, GL_FLOAT, False, 16, 0)...

In the source package of the accelerate module from PyPi, the `.pxd` and `__init__.py` files under the `OpenGL_accelerate` directory are not included. This means that regenerating the `*.c` files from...

When I sent this big numpy array to the vbo, the memory goes up a gig. The shape of the array is (120000, 1), each vertex is x,y,z,r,g,b. I added...

I'm unable to install pyopengl-accelerate on py3.12.3: ``` $ python --version Python 3.12.3 ``` Attempting to install it using Pip gives: ``` pip install PyOpenGL-accelerate --no-cache-dir Collecting PyOpenGL-accelerate Downloading PyOpenGL-accelerate-3.1.7.tar.gz...

I can't install pyopengl_accelerate in venv on windows 10. I try to install C++ build tools and cython, but it isn't working. That's pip logs: ```shell (venv) ~\PycharmProjects\PhiRender--Kasytano git:[master] pip...

I create a new virtual env and run `pip install PyOpenGL-accelerate` I am having a very long error that ends like this: ```bash clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2...