Archives Sept. 2, 2026
PyOpenGL 4.0.0a5 -- Significant Changes
Written by
on
in
Snaking.
So now we're starting to cash in on the various changes we've made to PyOpenGL, namely dropping Python 2.7 support and adding the more extensive test suite. The effect of those is that we can create a table-driven dispatch accelerator in OpenGL_accelerate. In plain terms, write a C module that provides the core OpenGL API ...