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

Re: [pygame] Numpy/numarray?



Beni Cherniavsky wrote:
Just wondering, does pygame.surfarray support Numarray or should I
specifically direct people to download Numpy in the README of my
pygame program?
no, numarray isn't supported. numeric is the only way to go. they are a bit incompatable but fairly similar. last i checked there were some crucial features from numeric removed in numarray that makes pygame.surfarray with numarray a lot more challenging.