On Thu, Oct 18, 2012 at 7:08 PM, Richard Jones <[email protected]>wrote:
> On 19 October 2012 03:01, Adam Griffiths <[email protected]> > wrote: > > That being said, I've been reading that PyOpenGL has a number of > > optimisations, such as Cython support built in. > > PyOpenGL does have an optional accelerator, but the main reason for > using it is the significantly nicer API. There's no need to sully your > application code with ctypes incantations! :-) > Unless you are using PyPy (like me!), in which case PyOpenGL also uses ctypes exclusively... -- 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.
