Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 303 Bytes

readme.md

File metadata and controls

8 lines (5 loc) · 303 Bytes

This is a simple path tracer written in rust as an exercise to get familiar with the language.

It should work out of the box by typing

cargo run

The code is based on Kevin Beason's path tracer. Here is the original article with corresponding code (in C++)