Archives week 44 of 2013
Nov. 4, 2013 - Nov. 10, 2013
Bit more forward motion on PyOpenGL-from-spec
Written by
on
in
Snaking.
The spec-xml-generated wrappers are getting pretty close, only the glGet constant handling is preventing the test_core suite from passing, and I want to rework that to use the spec's enum groupings to provide better coverage of those and be able to flag missing GET enum specs on generation. Haven't started into GLX/EGL/WGL etc yet, just ...
Moving forward with PyOpenGL XML Generation
Written by
on
in
Snaking.
So I finally (with some prompting) sat down to create a code-generator based on the Khronos specification xml documents (the things that khronos uses to generate the official OpenGL (GL and GLES), EGL, GLX, and WGL headers. Originally I was trying to use Khronos own generator code, but in the end I just wound up ...