https://github.com/leondejong/js-collision-detection
Collision Detection
https://github.com/leondejong/js-collision-detection
2d axis broad collision detection intersection javascript js narrow phase sat separating theorem
Last synced: 15 days ago
JSON representation
Collision Detection
- Host: GitHub
- URL: https://github.com/leondejong/js-collision-detection
- Owner: leondejong
- License: apache-2.0
- Created: 2021-12-27T18:46:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-20T12:32:39.000Z (almost 4 years ago)
- Last Synced: 2025-07-17T05:37:26.620Z (11 months ago)
- Topics: 2d, axis, broad, collision, detection, intersection, javascript, js, narrow, phase, sat, separating, theorem
- Language: JavaScript
- Homepage: http://leondejong.com/application/collision-detection
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Collision Detection
## A bunch of utilities for collision detection and/or graphics programming
Disclaimer: obviously this is only a quick prototype/poc just for the fun of it.
[Example 1.](https://leondejong.com/application/collision-detection)
[Example 2.](https://leondejong.com/application/collision-detection/example.html)