DynamicBVH
Dynamic BVH visualization
Install / Use
/learn @Sopiro/DynamicBVHREADME
Dynamic Bounding Volume Hierarchies
Dynamic BVH(Dynamic AABB tree) implementation in TypeScript.
Dynamic BVH is one of the spatial partitioning data structures. You can accelerate operations like area querying and ray casting with BVH.
Live demo: https://sopiro.github.io/DynamicBVH/
Video: https://youtu.be/lBe_qYDuG8I
Fairly optimized c++ version: https://github.com/Sopiro/Muli/blob/master/include/muli/aabb_tree.h
Preview

Reference
- https://box2d.org/publications/
