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

Re: [pygame] PyGame Surfarray still depends on Numeric



On 10/05/07, Greg Ewing <greg.ewing@xxxxxxxxxxxxxxxx> wrote:
Adam Bark wrote:
> Would it be possible/a good idea to include the parts of Numeric that
> are required in pygame?

I don't think the "parts that are required" is a
meaningful concept. If you're using a surfarray,
it's because you want to perform other Numeric
operations on it, and that could require any or
all of Numeric's facilities.

Ah ok sorry never actually used it myself, I should have thought about it a bit more. Either way is it possible to include the whole of numeric? Is the license incompatible with the LGPL? Would it be worth writing a pygame array implementation?