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

Re: [pygame] Pygame Platform compatability and Numeric/Numpy support Question



On 5/31/07, Leo Kaliazine <leo.kaliazine@xxxxxxxxx> wrote:
3. Does pygame depend on the Numeric library, if so can this be substituted
by Numpy?

I use pygame without Numeric all the time. Numeric is only for the
*array class of functions (so you can do quick modification of sound
and surface data)

I think people are still working on making numpy interchangable...