aabb topic

List aabb repositories

path_tracer

39
Stars
1
Forks
Watchers

Accelerated path tracing in pure Ruby

intersects

532
Stars
47
Forks
Watchers

a simple collection of 2d collision/intersects functions. Supports points, circles, ellipses, lines, axis-aligned boxes, and polygons

aabbcc

311
Stars
59
Forks
Watchers

Dynamic AABB trees in C++ with support for periodic systems.

Humper

101
Stars
19
Forks
Watchers

Collision detection for Axis-Aligned-Bounding-Boxes (aka AABB) in C#.

BoundingVolumeHierarchy

46
Stars
9
Forks
Watchers

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

52
Stars
4
Forks
Watchers

Dynamic AABB Tree native extension with Branch and Bound Algorithm for Defold Engine

bvh-arena

24
Stars
1
Forks
Watchers

A bounding-volume hierarchy for in-game broad-phase collision detection

GeometricTestLibrary

21
Stars
5
Forks
Watchers

Solves 2D and 3D math problems, including, closest point, intersection, line of sight, and reflection vector:

AABBTree

57
Stars
9
Forks
Watchers

Pure Python implementation of d-dimensional AABB tree.

DynamicBVH

27
Stars
3
Forks
Watchers

Dynamic BVH Typescript demo