An open API service indexing awesome lists of open source software.

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

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.