https://github.com/buddly27/sat-collision
Visualization of SAT Collision algorithm
https://github.com/buddly27/sat-collision
collision-detection react separating-axis-theorem
Last synced: 3 months ago
JSON representation
Visualization of SAT Collision algorithm
- Host: GitHub
- URL: https://github.com/buddly27/sat-collision
- Owner: buddly27
- Created: 2020-05-26T03:15:32.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T21:45:30.000Z (over 3 years ago)
- Last Synced: 2025-07-26T23:21:47.458Z (11 months ago)
- Topics: collision-detection, react, separating-axis-theorem
- Language: JavaScript
- Homepage: https://sat-collision.herokuapp.com/
- Size: 6.7 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Separating Axis Theorem
Animation to demonstrate the SAT collision algorithm.

Check out the online demo:
https://sat-collision.herokuapp.com/
## Building
Build and start the application as follow:
```bash
yarn install
yarn start
```
## Learn More
* https://en.wikipedia.org/wiki/Hyperplane_separation_theorem
* http://www.dyn4j.org/2010/01/sat/
* https://hackmd.io/@US4ofdv7Sq2GRdxti381_A/ryFmIZrsl