Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 568 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 568 Bytes

Ray Tracing using Rust

In this project I am building ray tracing in Rust by following a turtorial series.

Ray Tracing in One Weekend

First I adapted the Ray Tracing in One Weekend project using Rust. This yielded this final render as result.

Final Render

Ray Tracing: The Next Week

Currently I am working on adapting the next book in the series.