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

Re: [pygame] Pixel perfect collision detection sugestion



On 9/9/05, John Eriksson <john@xxxxxxxxxxxx> wrote:
> I so totally agree with you!
> 
> Only problem is that I never done any C-extensions for python before. (I do
> hack C...but never done it for python)
> 
> /John
> 

yah!  

First we need a benchmark to test collision detection.  Otherwise we
are just guessing.

Anyone got something which uses sprite collision detection a lot?

Then we need to make a version of array_colorkey, and array_alpha that
outputs python arrays instead of numeric ones.