Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 647 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 647 Bytes

Rust implementation of Ray Tracing in One Weekend

This code for a ray tracer follows the book series Ray Tracing In One Weekend by Peter Shirley. Most of the chapters are implemented and added parallel processing as well as obj file rendering.

Trying it out

After Rust is installed example scenes can be rendered with make:

SCENE=cornell make image