22 skills found
hexus / Phaser Arcade Slopes:triangular_ruler: A Phaser CE plugin that brings sloped tile collision handling to the Arcade Physics engine
qwertyquerty / CollisionCollision is a python library meant for collision detection between convex and concave polygons, circles, and points.
JuantAldea / Separating Axis TheoremImplementations of the Separating axis theorem. Useful for convex collision detection.
Aweptimum / Strike2D Collision Detection for Lua using the Separating-Axis Theorem
yuehaowang / Convex Hull 3dIncremental Convex Hull Algorithm and SAT Collision Detection for 3D Objects.
hexus / Phaser Sat ExampleAn experiment that uses sat-js with Phaser.
sevdanski / SAT JSSmall demo showing how Separating Axis Theorem (SAT) could be achieved using javascript
meowitzher / Sepax2dA safe Rust crate for finding and resolving collisions of convex polygons using the Separating Axis Theorem in two dimensions.
inzombiak / SATTestSeparating Axis Theorem test using SFML/C++.
bfollington / Differ CsA port of differ (open source SAT collision implementation) to C#
kdrnic / TriangleBox.jsImplements collision between triangles and AABBs through the separating axis theorem (SAT).
tedigc / SeparatingAxisTheoremA MonoGame implementation of the Separating Axis Theorem (SAT) for convex polygon intersection.
Ivan-VV / 3D OBB Collision Detection SAT a simple python implementation of the separating axis theorem for simple collision detection between two 3D OBB
sevdanski / SAT AS3Separating Axis Theorem in ActionScript 3
pboechat / SAT.jsA javascript implementation of the Separating Axis Theorem for convex polygons and polyhedra
Dekunutter / 3D Separating Axis TheoremAn implementation of brute force separating axis theorem in 3D space
LeaoMartelo2 / Raylib 3D Collision DemoSeparating Axis Theorem (SAT) collision implemented with raylib template
ricanteja / SFML SeparatingAxisTheoremDemonstration of SAXT using SFML shapes
ClaymoreAdrendamar / Separating Axis TheoremA Java implementation of the Separating Axis Theorem (Works with circles and polygons)
leondejong / Js SatSeparating Axis Theorem