Implementations of the GJK and EPA algorithm for performing proximity queries on pair of convex shapes
-
Updated
Apr 20, 2024 - C++
Implementations of the GJK and EPA algorithm for performing proximity queries on pair of convex shapes
SGJK is a C++11 library for collision detection using the Gilbert-Johnson-Kirti (GJK) algorithm. This library allows you to detect collisions between convex shapes in both 2D and 3D spaces.
A simple rigid body engine written in OpenGL
Add a description, image, and links to the gjk-algorithm topic page so that developers can more easily learn about it.
To associate your repository with the gjk-algorithm topic, visit your repo's landing page and select "manage topics."