lighttransport/nanort
NanoRT, single header only modern ray tracing kernel. observed · 2026-08-28
Health v2 · maintenance only
52/100
- Activity 44
- 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: 3996
- days_rel: n/a
- days_push: 336
- n_releases_24m: 0
Adoption not part of the score
1118 stars · 93 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
NanoRT is a single-header, portable C++ ray tracing kernel providing BVH construction and robust ray/geometry intersection. It serves as an embeddable CPU ray tracing engine suitable for renderers, collision detection, and GPU BVH traversal.
Use cases
- add ray tracing to a C++ application with a single header
- build a path tracer or light transport algorithm testbed
- do ray casting for collision detection
- build a BVH for GPU ray traversal
- render 3D scenes on systems without a GPU
- scientific visualization with double precision ray tracing
When to choose
- you need a lightweight, dependency-free ray tracing kernel in C++
- you want portable rendering across desktop, mobile, and embedded platforms like Raspberry Pi
- you need a reference CPU renderer for developing rendering or shader algorithms
- you need a pointer-free BVH structure suitable for GPU traversal
When to avoid
- you need a full production renderer with materials, lighting, and scene management
- you want GPU-native ray tracing like OptiX, DXR, or Vulkan RT
- you need a high-level scene graph or asset pipeline
- your project is not C/C++
Facets
library · maturity active
graphics simulation math graphics simulation cross-platform cpp ray-tracing bvh path-tracing single-header rendering collision-detection game-development gpu
1 source
- readme: https://github.com/lighttransport/nanort · fetched 2026-08-28 · 3028c7932831
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| lighttransport/nanort | main | 52 |
For agents
markdown · JSON · MCP: product_card(name="lighttransport/nanort")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem