Archives June 5, 2005
More ctypes goodness (Elegance improves with understanding of ctypes)
Written by
on
in
Snaking.
I spent this evening working on the ctypes rewrite of PyOpenGL. Mostly I worked on the code for handling single argument functions where that argument is an array (next step being to generalise to all methods where the arrays are anywhere in a multi-argument parameter set (did the machinery for that this evening, just didn't ...