Archives January 2013
Playing with EGL platform for PyOpenGL
Written by
on
in
Snaking.
Played around a bit today with generating an EGL wrapper (for mesa-egl). No real reason for it, other than I wanted to see what EGL is like. One thing that shows up is that the current idea of a "platform" in PyOpenGL is a little too limited. EGL is cross-platform, and apparently can work with ...