Archives Sept. 9, 2006
Tweaking the auto-generation (More work tomorrow...)
Written by
on
in
Snaking.
Spent the rest of the day on the auto-generation system for producing GL extension wrappers. Mostly I'm looking at parsing the extension definition files and turning them into instructions to do such things as registering glGet* extensions, automatically registering image types for support, that kind of thing. Also tweaked the code so that marking a ...
Eliminating the last required OpenGL-ctypes extension (Still two optional ones...)
Written by
on
in
Snaking.
This morning I decided to eliminate the _strings.so C module from OpenGL-ctypes. This module had a single function which retrieved the data-pointer from a Python string structure. That was done mostly because of things like potentially having a different Python version or a different Python compilation flag resize the PyObject structure header and wanting to ...