Archives week 34 of 2026
Aug. 24, 2026 - Aug. 30, 2026
OpenGL Extrusions (and Tessellation)
Written by
on
in
Snaking.
I've released a new library opengl_extrusions which is a Numpy and Cython library that does 3D extrusions (like the GLE library) and tessellations (one of the things the GLU library does). The motivation being that the GLE library is constrained to compatibility contexts (think "legacy OpenGL"), so it doesn't work under modern core-profile contexts. The ...