SkillAgentSearch skills...

DynamicBVH

Dynamic BVH visualization

Install / Use

/learn @Sopiro/DynamicBVH
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

img

Reference

  • https://box2d.org/publications/
View on GitHub
GitHub Stars39
CategoryDevelopment
Updated2mo ago
Forks6

Languages

TypeScript

Security Score

95/100

Audited on Jan 4, 2026

No findings