Yannick Gingras
2004-01-01 22:36:27 UTC
Hi guys,
just a quick question, how do you do your collision detections ?
I made a few quick tests with pure python implementation based on
map() and lists to store vertex coordinates. The performance is
understandably really bad, I drop to 1/5 of the FPS I had before
collision detection.
Is there a way to implement a decent collision detection in pure
python or will I have to rely on C++ binding ?
Regards,
- --
Yannick Gingras "Do not attempt to think or depression may occur"
Coder for OBB : Over-the-hill Bookable Bruin -- Jello Biafra
http://OpenBeatBox.org
just a quick question, how do you do your collision detections ?
I made a few quick tests with pure python implementation based on
map() and lists to store vertex coordinates. The performance is
understandably really bad, I drop to 1/5 of the FPS I had before
collision detection.
Is there a way to implement a decent collision detection in pure
python or will I have to rely on C++ binding ?
Regards,
- --
Yannick Gingras "Do not attempt to think or depression may occur"
Coder for OBB : Over-the-hill Bookable Bruin -- Jello Biafra
http://OpenBeatBox.org