aabb
There are 44 repositories under aabb topic.
davidfig/intersects
a simple collection of 2d collision/intersects functions. Supports points, circles, ellipses, lines, axis-aligned boxes, and polygons
lohedges/aabbcc
Dynamic AABB trees in C++ with support for periodic systems.
dotnet-ad/Humper
Collision detection for Axis-Aligned-Bounding-Boxes (aka AABB) in C#.
kip-hart/AABBTree
Pure Python implementation of d-dimensional AABB tree.
selimanac/defold-daabbcc
Dynamic Tree(aka AABB Tree) native extension for Defold Engine
EmmetOT/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.
tarptaeya/path_tracer
Accelerated path tracing in pure Ruby
jcornaz/bvh-arena
A bounding-volume hierarchy for in-game broad-phase collision detection
Sopiro/DynamicBVH
Dynamic BVH visualization
1robertslattery/GeometricTestLibrary
Solves 2D and 3D math problems, including, closest point, intersection, line of sight, and reflection vector:
darkroomengineering/elastica
A JavaScript library providing a physics engine for simulating elastic collision using Aligned axis bounding boxes (AABBs) and grid hash for efficient collision detection.
tugrul512bit/FastCollisionDetectionLib
C++ adaptive grid for fast collision detection between AABB particles.
rparak/Collision_Detection
An open-source library for collision detection of the bounding boxes (AABB, OBB) useful for robotics applications.
pex-gl/pex-geom
Geometry intersection and bounding volume helpers for PEX.
Meirshomron/MeshCollision
Collision detection for 3D shapes. Axis-aligned bounding boxes (AABB).
gilzoide/bettercmath
A -betterC compatible 3D math library for D
miguelangelmagdalena/Juego3D
Desarrollo de un juego 3d en OpenGL con C++ que era una asignación en mi universidad... Y con muchas cosas que agregar a este proyecto que lo haré algún día
njelly/ShapeMath2D_Unity
An example Unity project containing demos for ShapeMath2D.
albin-johansson/abby
A header-only implementation of an AABB tree, written in C++17.
Jacob-Rose/GPR-350-Custom-Unity-Physics
Game Physics Engine Development in C# with Unity
INedelcu/SimpleVolumeEditor
A simple Volume / AABB gizmo for Unity Editor
NoisyChain/Sharp-Collisions
Deterministic collision system written in C#
XORxes-1/Quadtree
Quadtree and AABB (Axis-Aligned Bounding Box) implementation
Costava/heightmap-ray-marcher
A ray marcher for heightmap images or any images with a real time freely moving camera.
justcore69/AABBCollisionCpp
Simple implementation of AABB collision algorithm in C++ using SFML for graphics
KrishAmal/Skydiving
A Simple Skydiving Game built using OpenGL and C++ as a part of the University Undergraduate Mini Project
akosgarai/coldet
3D collision detection written in golang
cfnptr/math
Linear algebra mathematics C++ library. (float3, float4, float4x4, quat, ray, etc.)
GiovannyJTT/Smooth-Dragon
WebGL app using ThreeJS to explore computer graphics techniques: geometry and normals calculation for complex models, lighting and shadows, runtime UV coordinates, bump mapping, surface smoothing, UI, skybox, reflections, finite state machine, aabb colliders, particles system
intdxdt/bbox-2d
minimum bounding rectangle MBR or AABB - 2d space - in rust
wallabyway/spatial-query-server
Spatial Query Service for Forge Viewer. Get minimal DBIDs for a floor/room/section-box
jesusmartinoza/GoPokemon
Vainilla OpenGL and Glut. OBJ Reader + 3D transforms + Bezier + Phong model
JoseFilipeFerreira/parallel-raytracer
Raytracer Optimization (ESC Assignment)
yushiang-demo/coverage-visualizer
Visualize indoor wireless signal data with point clouds, heatmaps, and isosurfaces.