On Thu, Oct 18, 2012 at 7:25 PM, Richard Jones <[email protected]>wrote:
> > > Unless you are using PyPy (like me!), in which case PyOpenGL also uses > > ctypes exclusively... > > But my point is that you as an application coder don't need to use > ctypes in *your* code. As far as I can tell, you do, because PyPy doesn't seem to support any of the other methods to provide PyOpenGL with array data (i.e. NumPy). -- Tristam MacDonald Software Development Engineer, Amazon.com http://swiftcoder.wordpress.com/ -- You received this message because you are subscribed to the Google Groups "pyglet-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pyglet-users?hl=en.
