Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 790 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 790 Bytes

Ray Tracing in One Weekend - Rust implementation

Cool ray traced picture Even cooler ray traced picture

This is a pretty straight rewrite of the code from the book Ray Tracing in One Weekend in Rust.

Awesome book: cool results, clear explanations and surprisingly straight forward code.

Personally also a great way to try out Rust (more or less my first serious try, so sorry about the n00b style). I found looking at jorendorff's implementation of the same book very helpful.