Tinybvh
TinyBVH: A Minimal Bounding Volume Hierarchy Library
Category:
Author:
Jacco Bikker
Author Website:
https://x.com/j_bikkerDo you know a Resource we should add?Submit a new Resource!
Three.js Boilerplates
Three.js Boilerplates
Check out our collection of Three.js Boilerplates & React Three Fiber [R3F] Boilerplates.
From simple to complex, we have you covered.
Links
Newsletter
Stay Updated with Three.js Resources!
- Weekly curated Three.js resources and tools.
No spam, unsubscribe at any time.
Description
The TinyBVH library by J. Bikker is a lightweight and efficient implementation of a Bounding Volume Hierarchy (BVH) for accelerating ray tracing and collision detection. It is designed to be compact and fast, making it ideal for performance-critical applications.
Features:
- Simple and minimalistic design for ease of integration.
- Optimized for ray tracing and spatial queries.
- Compact memory footprint suitable for resource-constrained environments.
- Written in C++ with straightforward usage examples.
TinyBVH is a great choice for developers working on projects that require efficient spatial partitioning, such as real-time ray tracing, physics simulations, or 3D visualization tools.