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

Re: [pygame] pygame-arrays





On 8/10/07, Jason Ward <nyad55@xxxxxxxxx> wrote:
What is the best array module to use?
Numpy or Numeric?

there has been a lot of discussion about this on the list - I don't know :-)

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?

When the opengl doc says you need pointers you don't need them for pyopengl. Sometimes the pyopengl is mistaken because they auto-gen it.

Which is better to use.
glDrawPixels or Pixel buffers?

whats pixel buffers?