[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [pygame] Pixel perfect collision detection sugestion
- To: pygame-users@xxxxxxxx
- Subject: Re: [pygame] Pixel perfect collision detection sugestion
- From: Rene Dudfield <renesd@xxxxxxxxx>
- Date: Fri, 9 Sep 2005 17:45:44 +1000
- Delivered-to: archiver@seul.org
- Delivered-to: pygame-users-outgoing@seul.org
- Delivered-to: pygame-users@seul.org
- Delivery-date: Fri, 09 Sep 2005 03:45:56 -0400
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=VRFGPNabMZ1KsfbUoMOPAEM4cvue4bwNGmuxIS/vTocgxeDve4AD5vyVPfrHrmJ9w7xuS5QLbbwA8aZfR7PFm+alzz/7C8F4u9IIIZlYST9J2KT0aPhP0rZJK3PmejIWLW4wX4Q2vkko4RwK0xTnjps6I1hPwE75m8QypRvlyEc=
- In-reply-to: <20050909073710.6B04EE8175@k2.scorpionshops.com>
- References: <20050909073710.6B04EE8175@k2.scorpionshops.com>
- Reply-to: pygame-users@xxxxxxxx
- Sender: owner-pygame-users@xxxxxxxx
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.