On Wed, Sep 3, 2008 at 2:55 PM, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
>
> Hello,
>
> I am new at cocos2d and I am wondering whether it is possible to add
> (sprite) collision detection easily?
> For example the test_tiles.py example: Would it be hard to add car <->
> tiles collision?
>
> Please excuse if the question is solved anywhere else already, I
> couldn't find anything ;)
>

so far we been postponing this issue because real collision detection
could get a bit slow on pure python. when ive needed collision
detection, ive used pymunk. its a bit of an overkill, but ive always
also needed physics, so thats ok.

i think that doing something like ball collision detections should be
pretty easy and more or less fast. we could add that to the TODO.

Lucio.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"cocos2d discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cocos-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to