[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Old pygame tutorial not working



Ian Mallett wrote:
I may be mistaken, but the speed issue is related to the number of OpenGL calls made and glBegin/End aren't especially long.

Yes, and this is even more true in Python, where
function calls are relatively expensive. So using
array-oriented calls whenever possible should help
even more than it does in C.

--
Greg