Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rafaelalmeidatk/monogame-minkowski-difference
Collision based on Minkowski Difference
https://github.com/rafaelalmeidatk/monogame-minkowski-difference
collision-detection collision-handling minkowski monogame
Last synced: 13 days ago
JSON representation
Collision based on Minkowski Difference
- Host: GitHub
- URL: https://github.com/rafaelalmeidatk/monogame-minkowski-difference
- Owner: rafaelalmeidatk
- Created: 2018-01-06T22:36:10.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-06T22:50:14.000Z (almost 7 years ago)
- Last Synced: 2024-10-12T12:25:53.466Z (2 months ago)
- Topics: collision-detection, collision-handling, minkowski, monogame
- Language: C#
- Size: 28.3 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MonoGame Minkowski Difference
Collision detection and resolution with Minkowski Difference.
![GIF](https://i.imgur.com/2iu2nJN.gif)
Code adapted from https://hamaluik.com/posts/swept-aabb-collision-using-minkowski-difference/