lordmauve / wasabi2d

Cutting-edge 2D game framework for Python
https://wasabi2d.readthedocs.io/
GNU Lesser General Public License v3.0
154 stars 24 forks source link

Does Wasabi2d have collision check function? #68

Closed streetartist closed 2 years ago

streetartist commented 3 years ago

I have just read the document of Wasabi2d.

But I do not find the collision check function.

How can a game engine not have a collision function?

I think Wasabi should learn from Arcade.

lordmauve commented 2 years ago

Approaches for collision detection vary completely from game to game. You can use Pymunk with Wasabi2D if you want a full physics engine.