Re: [pygame] pygame-arrays
by Simon Oberhammer other posts by this author
Aug 10 2007 2:00PM messages near this date
[pygame] pygame-arrays
|
Re: [pygame] pygame-arrays
On 8/10/07, Jason Ward <nyad55@[...].com> 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?
Thread:
Jason Ward
Simon Oberhammer
Ian Mallett
Richard Jones
Marcus von Appen
|