Skip to content

jthomperoo/gjk-ts-implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gilbert-Johnson-Keerthi 2D TypeScript implementation

This code accompanies this post: 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.

Releases

No releases published

Packages

No packages published