openGJK
Convex distance query library
An algorithm implementation library for fast and reliable distance queries between convex objects
Fast and reliable implementation of the Gilbert-Johnson-Keerthi (GJK) algorithm for C, C#, Go, Matlab and Python
144 stars
5 watching
38 forks
Language: C
last commit: 15 days ago algorithmccollisionconvex-polytopesgilbert-johnson-keerthigjkgolangpython
Related projects:
Repository | Description | Stars |
---|---|---|
kroitor/gjk.c | An implementation of the Gilbert-Johnson-Keerthi collision detection algorithm in 2D for arbitrary convex polygons | 861 |
jaredmpayne/spritekitcollisionsplayground | A playground demonstrating physics collision detection using Swift and Sprite Kit. | 32 |
lojemiru/loj-hadron-collider | A custom collision detection system designed to improve the efficiency and precision of GameMaker Studio 2.3's built-in collision handling | 38 |
jeffthompson/collisiondetection | An online book and examples on collision detection algorithms for games and interactive applications | 420 |
thesheeep/godotccd | A module that provides fast collision checking for arbitrary 3D shapes. | 64 |
snowkit/differ | A collision detection library using the Separating Axis Theorem for 2D shapes. | 166 |
tommyettinger/jbump | A lightweight Java library for fast and accurate 2D collision detection and response | 31 |
jriecken/sat-js | A JavaScript library for 2D collision detection and response. | 767 |
chrisjmccormick/hog_matlab | Matlab implementation of an object detection algorithm for pedestrians using a Histogram of Oriented Gradients descriptor | 34 |
dimforge/parry | A 2D and 3D collision detection library for game development in Rust. | 601 |
kikito/bump.lua | A Lua-based collision detection library for axis-aligned rectangles | 948 |
matghazaryan/somotiondetector | An iOS library that detects motion and counts user steps using location updates and acceleration data | 1,057 |
danfis/libccd | Library for collision detection between two convex shapes | 508 |
sergiusiw/collider-rs | A Rust library for continuous 2D collision detection | 92 |