bump-3dpd
Collision detector
A Lua library for fast and simple axis-aligned 3D collision detection
A 3D collision detection library for Lua.
77 stars
5 watching
3 forks
Language: Lua
last commit: over 4 years ago
Linked from 1 awesome list
love2d
Related projects:
Repository | Description | Stars |
---|---|---|
kikito/bump.lua | A Lua-based collision detection library for axis-aligned rectangles | 948 |
aweptimum/strike | An open-source 2D collision detection library using the Separating-Axis Theorem for Lua | 28 |
tommyettinger/jbump | A lightweight Java library for fast and accurate 2D collision detection and response | 31 |
dimforge/parry | A 2D and 3D collision detection library for game development in Rust. | 601 |
dimforge/ncollide | A 2D and 3D collision detection library for Rust. | 928 |
danfis/libccd | Library for collision detection between two convex shapes | 508 |
noonat/intersect | Provides common 2D collision detection tests and algorithms in JavaScript | 90 |
l-smash/l-smash | An implementation of a high-performance multiplayer collision detection and response system | 235 |
snowkit/differ | A collision detection library using the Separating Axis Theorem for 2D shapes. | 166 |
v2ai/det3d | A general-purpose 3D object detection codebase that supports multiple algorithms and datasets | 1,507 |
azoyan/shakedetectorlua | A Lua port of the shake detection library for detecting shakes in games using accelerometer data and delta-time between update cycles. | 5 |
jaredmpayne/spritekitcollisionsplayground | A playground demonstrating physics collision detection using Swift and Sprite Kit. | 32 |
pfirsich/kaun | A Lua module for 3D graphics intended to provide a low-level API for abstracting away OpenGL details and enabling advanced techniques without the need for significant modifications to an existing game engine. | 7 |
liulei01/drbox | An algorithm for detecting objects with arbitrary orientations in images | 421 |