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

[pygame] pygame-arrays



What is the best array module to use?
Numpy or Numeric?
 
For PyOpenGL I want to call
glDrawPixels, but what do I do for the pointer to the pixels? How do I do a pointer in python?
 
Which is better to use.
glDrawPixels or Pixel buffers?