Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 369 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 369 Bytes

raytracer

A simple ray tracer written in rust.

Features

  • Diffuse
  • Multithreading
  • Metal
  • Glass
  • DOF

Usage

cargo run --quiet --release > image.ppm

Showcase

Lambertian sphere

sphere

Reference

Ray Tracing in One Weekend