aabb topic
path_tracer
Accelerated path tracing in pure Ruby
intersects
a simple collection of 2d collision/intersects functions. Supports points, circles, ellipses, lines, axis-aligned boxes, and polygons
aabbcc
Dynamic AABB trees in C++ with support for periodic systems.
Humper
Collision detection for Axis-Aligned-Bounding-Boxes (aka AABB) in C#.
BoundingVolumeHierarchy
This is a port of Erin Catto/box2d's b2_dynamic_tree from C++ to C#, intended for use in Unity. It's a very faithful translation with a couple of additional C# creature comforts for usability.
DAABBCC
Dynamic AABB Tree native extension with Branch and Bound Algorithm for Defold Engine
bvh-arena
A bounding-volume hierarchy for in-game broad-phase collision detection
GeometricTestLibrary
Solves 2D and 3D math problems, including, closest point, intersection, line of sight, and reflection vector:
AABBTree
Pure Python implementation of d-dimensional AABB tree.
DynamicBVH
Dynamic BVH Typescript demo