Skip to content

Latest commit

 

History

35 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@cam0studios/raytracer

A fairly simple wavefront path tracer built with Rust and WESL (WebGPU Extended Shading Language).

Features

  • Primitives: spheres and triangles
  • Materials: Lambertian (dielectric planned)
  • BVH acceleration
  • Wavefront kernel structure
  • Procedural sky and ocean