Ross ROSS = Recommend OSS · open-source software intelligence for agents

madmann91/bvh

A modern C++ BVH construction and traversal library observed · 2026-08-28

github.com/madmann91/bvh · C++ · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

69/100

  • Activity 81
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 2421
  • days_rel: n/a
  • days_push: 116
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1169 stars · 117 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A header-only C++20 library for constructing and traversing bounding volume hierarchies (BVH), with multiple SAH-based builders, a reinsertion optimizer, and robust ray intersection routines. It depends only on the standard library and includes an optional C API and serialization support.

Use cases

  • accelerate ray tracing in a path tracer
  • build a BVH for triangle mesh intersection tests
  • speed up ray-scene intersection queries in a renderer
  • construct spatial acceleration structures for 2D/3D/4D data
  • optimize an existing BVH with reinsertion
  • compare BVH builders by quality and speed

When to choose

  • you need a lightweight, dependency-free BVH library in C++
  • you want direct control over builder choice and BVH quality
  • you need multithreaded high-quality BVH construction
  • you want a header-only library easy to drop into a CMake project

When to avoid

  • you need a full-featured production ray tracing engine like Embree with SIMD kernels
  • your project targets pre-C++20 compilers
  • you need GPU-accelerated ray tracing

Facets

library · maturity active

graphics simulation math serialization graphics computer-vision performance cpp cross-platform windows bvh ray-tracing header-only sah-builder ray-intersection cpp20 bounding-volume-hierarchy algorithms linux macos

1 source

Member repositories

RepositoryRoleHealth v2
madmann91/bvhmain69

For agents

markdown · JSON · MCP: product_card(name="madmann91/bvh")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem