/raytracer

Ray tracer implementation in Rust, based on Peter Shirley's Ray Tracing In One Weekend series.

Primary LanguageRust

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