sanj0 / salty-engine

An easy-to-use Java library for making 2D games. Successor: https://www.github.com/sanj0/kopfkino
https://sanj0.github.io/salty-engine/
Apache License 2.0
38 stars 6 forks source link

Implement a better collision detection #17

Closed sanj0 closed 5 years ago

sanj0 commented 5 years ago

TODO: implementing a better collision detection system, preferably with triangles as it can be rotated and is more precise on more complex structures. A ShapeCollider would be nice as well using Area objects. That however is very expensive.

sanj0 commented 5 years ago

Done