RenderKit/embree
Embree ray tracing kernels repository. observed · 2026-08-28
Health v2 · maintenance only
80/100
- Activity 99
- Release rhythm 45
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 363
- age_days: 5024
- days_rel: 153
- days_push: 7
- n_releases_24m: 2
Adoption not part of the score
2745 stars · 435 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Intel Embree is a high-performance ray tracing kernel library providing optimized primitive intersection and acceleration structure construction for photo-realistic rendering. It supports x86 and ARM CPUs with SIMD instruction sets and Intel GPUs via SYCL.
Use cases
- build a production path tracer with fast incoherent ray performance
- accelerate ray-primitive intersection in a rendering engine
- render motion-blurred animated scenes with deformation blur
- write a single-source renderer that runs on both CPU and Intel GPU
- trace curves and subdivision surfaces for hair and character rendering
- speed up Monte Carlo rendering workloads on modern CPUs
When to choose
- you need production-grade, highly optimized ray tracing kernels for a renderer
- you want accurate intersection for triangles, curves, subdivision surfaces, and instancing
- you target CPUs with SSE/AVX/AVX-512 or Intel GPUs with hardware ray tracing
- you need low memory consumption and fast dynamic scene updates
When to avoid
- you need a complete renderer or scene graph rather than low-level kernels
- you target non-Intel GPUs without SYCL support
- you want real-time game ray tracing integrated with a graphics API like DirectX or Vulkan
- your project requires a permissively embeddable solution with bindings for higher-level languages
Facets
library · maturity stable
graphics simulation gpu-computing graphics simulation performance windows cpp cross-platform ray-tracing rendering intersection-kernels sycl ispc monte-carlo-rendering spatial-acceleration-structures game-development linux macos gpu
1 source
- readme: https://github.com/RenderKit/embree · fetched 2026-08-28 · 5a37640b8714
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| RenderKit/embree | main | 80 |
For agents
markdown · JSON · MCP: product_card(name="RenderKit/embree")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem