pathtracing topic

List pathtracing repositories

bvh

218
Stars
35
Forks
Watchers

A fast BVH using SAH in rust

path_tracer

39
Stars
1
Forks
Watchers

Accelerated path tracing in pure Ruby

THREE.js-PathTracing-Renderer

1.9k
Stars
171
Forks
Watchers

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

2.3k
Stars
246
Forks
Watchers

A BVH implementation to speed up raycasting and enable spatial queries against three.js meshes.

nanort

1.0k
Stars
90
Forks
Watchers

NanoRT, single header only modern ray tracing kernel.

plotoptix

479
Stars
26
Forks
Watchers

Data visualisation and ray tracing in Python based on OptiX 7.7 framework.

GLSL-PathTracer

1.8k
Stars
169
Forks
Watchers

A toy physically based GPU path tracer (C++/OpenGL/GLSL)

rs_pbrt

798
Stars
58
Forks
Watchers

Rust crate to implement a counterpart to the PBRT book's (3rd edition) C++ code. See also https://www.rs-pbrt.org/about ...

bcd

181
Stars
24
Forks
Watchers

Bayesian Collaborative Denoiser for Monte Carlo Rendering

monte-carlo-ray-tracer

319
Stars
26
Forks
Watchers

Physically based renderer with Path Tracing and Photon Mapping.