pathtracing topic
bvh
A fast BVH using SAH in rust
path_tracer
Accelerated path tracing in pure Ruby
THREE.js-PathTracing-Renderer
Real-time PathTracing with global illumination and progressive rendering, all on top of the Three.js WebGL framework. Click here for Live Demo: https://erichlof.github.io/THREE.js-PathTracing-Renderer...
three-mesh-bvh
A BVH implementation to speed up raycasting and enable spatial queries against three.js meshes.
nanort
NanoRT, single header only modern ray tracing kernel.
plotoptix
Data visualisation and ray tracing in Python based on OptiX 7.7 framework.
GLSL-PathTracer
A toy physically based GPU path tracer (C++/OpenGL/GLSL)
rs_pbrt
Rust crate to implement a counterpart to the PBRT book's (3rd edition) C++ code. See also https://www.rs-pbrt.org/about ...
bcd
Bayesian Collaborative Denoiser for Monte Carlo Rendering
monte-carlo-ray-tracer
Physically based renderer with Path Tracing and Photon Mapping.