https://github.com/jthomperoo/gjk-ts-implementation
Gilbert-Johnson-Keerthi 2D TypeScript implementation
https://github.com/jthomperoo/gjk-ts-implementation
collision-detection gilbert-johnson-keerthi gjk gjk-demo tutorial typescript
Last synced: 7 months ago
JSON representation
Gilbert-Johnson-Keerthi 2D TypeScript implementation
- Host: GitHub
- URL: https://github.com/jthomperoo/gjk-ts-implementation
- Owner: jthomperoo
- License: mit
- Created: 2019-10-19T01:45:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-20T12:12:40.000Z (over 6 years ago)
- Last Synced: 2025-04-09T20:05:08.498Z (12 months ago)
- Topics: collision-detection, gilbert-johnson-keerthi, gjk, gjk-demo, tutorial, typescript
- Language: TypeScript
- Size: 7.81 KB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gilbert-Johnson-Keerthi 2D TypeScript implementation
This code accompanies this post: [https://jamiethompson.me/posts/GJK-Collision-Detection/](https://jamiethompson.me/posts/GJK-Collision-Detection/)
The code is verbosely commented in order to be read directly.
## Running
### Environment
You need these dependencies to run this project:
* node
* yarn
### Steps
1. Clone this project.
2. Install yarn dependencies: `yarn`.
3. Run the project: `yarn start`.
The program should output to the terminal.