Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 25 days 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T21:45:30.000Z (almost 2 years ago)
- Last Synced: 2023-08-31T16:56:11.593Z (over 1 year 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.
![demonstration](sat-demo.gif)
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