Skip to content

thenyeguy/rays.rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rays

A Monte-Carlo Path Tracer in Rust. Features include:

  • GGX microfacet material model for diffuse reflections and refractions.
  • Importance sampling of rays for faster convergence.
  • BVH object hierarchy for faster intersection lookup.
  • Scene loader for .obj and .mat files.
  • Optional integrated profiling and statistics counting.

Example renders can be found inside assets:

Reference

About

A Monte Carlo Path Tracer in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published