separating-axis-theorem
There are 16 repositories under separating-axis-theorem topic.
hexus/phaser-arcade-slopes
:triangular_ruler: A Phaser CE plugin that brings sloped tile collision handling to the Arcade Physics engine
qwertyquerty/collision
Collision is a python library meant for collision detection between convex and concave polygons, circles, and points.
JuantAldea/Separating-Axis-Theorem
Implementations of the Separating axis theorem. Useful for convex collision detection.
Aweptimum/Strike
2D Collision Detection for Lua using the Separating-Axis Theorem
hexus/phaser-sat-example
An experiment that uses sat-js with Phaser.
yuehaowang/convex_hull_3d
Incremental Convex Hull Algorithm and SAT Collision Detection for 3D Objects.
bfollington/differ-cs
A port of differ (open source SAT collision implementation) to C#
inzombiak/SATTest
Separating Axis Theorem test using SFML/C++.
tedigc/SeparatingAxisTheorem
A MonoGame implementation of the Separating Axis Theorem (SAT) for convex polygon intersection.
AlxHnr/2d-platformer-demo
Vector based 2D platformer engine
leondejong/js-sat
Separating Axis Theorem
buddly27/sat-collision
Visualization of SAT Collision algorithm
winstxnhdw/2d-separating-axis-theorem
C++ implementation of a 2D separating axis algorithm.
N1ckn1ght/FlappyBoid
A unique clone of the famous Flappy Bird with several game modes
N1ckn1ght/YAML
Lunar Lander clone
HydraulicSheep/iceCollider
Visualisation of methods for 2D collisions. Includes Collision Detection - AABB, Separating Axis Theorem - and Physics-based rebounds.