[Ray tracing](https://en.wikipedia.org/wiki/Ray_tracing_(graphics))
Links
Nori - Educational ray tracer.
Dawn RT - Ray tracing extension for WebGPU.
Quake II RTX - NVIDIA’s implementation of RTX ray-tracing in Quake II.
RayTracer.jl - Ray Tracer written completely in Julia.
Rayt - Monte Carlo ray tracer developed using Rust.
bvh - Rust crate which exports rays, axis-aligned bounding boxes, and binary bounding volume hierarchies.
SwiftlyRT - Implementation of the Ray Tracer Challenge in Swift.
Embree - Collection of high-performance ray tracing kernels, developed at Intel.
C-Ray - Small, simple path tracer written in C.
Tungsten Renderer - High performance physically based renderer in C++11.
Ray Tracing Gems - High-Quality and Real-Time Rendering with DXR and Other APIs.
Saturno - Implementation of 'Ray Tracing in One Weekend' in Rust (and wasm).
Racing the Beam Ray Tracer (2018) - Full Hardware Real-Time Ray-Tracer. (Code)
tray_rust - Toy Ray Tracer in Rust.
Visionaray - C++-based, cross platform ray tracing library. (Web)
Raytraced Shadows in Call of Duty: Modern Warfare - How ray tracing can be integrated into a modern, forward+ engine with minimal-to-no content changes.
SORT (Simple Open-source Ray Tracing) - Cross platform ray tracing renderer in C++. (Web)
redner - Differentiable Monte Carlo Ray Tracing through Edge Sampling.
rpt - Physically-based path tracer in Rust.
Raygon - High-performance proprietary CPU path tracer written in the Rust programming language.
vk_mini_path_tracer - Beginner-friendly Vulkan path tracing tutorial in under 300 lines of C++.
OptixPathTracer - Simple physically based path tracer based on Nvidia's Optix Ray Tracing Engine.
RtRs - Simple ray tracing & rasterization engine written in rust.
Psychopath - Slightly psychotic path tracer.
Helios - Real-time unidirectional GPU path tracer using the cross-vendor Vulkan ray-tracing extensions.
retrace.gl - Create, ray trace & export programmatically defined Signed Distance Function CSG geometries with an API suited for generative art - in your browser.
Last updated