Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 640 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 640 Bytes

Rust Raytracer

Build Status

Ray tracer written in Rust based on Jamis Buck’s book: The Ray Tracer Challenge

To do

  • CSG
  • Antialiasing
  • Texture mapping
  • Depth of field
  • Particle emission
  • Scripting
  • Area lights and soft shadows

Ideas

  • Migrate to Webassembly
  • CLI interface
  • AWS Lambda renderer