Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 339 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 339 Bytes

Raytracer

Raytracer written in Rust. Based on Peter Shirley book.

Usage

cargo run --release > image.ppm 

Note: Since raytracing relay on heavy computation it's significantly faster to run --release version.

Example

example