Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 749 Bytes

File metadata and controls

33 lines (20 loc) · 749 Bytes

Ray Tracing in One Weekend

中文版 README

A rust code implementation of Ray Tracing in One Weekend.

Run

Pick a specify example and run:

cargo run --release --example one_week
# Available examples:
#    one_week
#    the_next_week
#    the_rest_of_your_life

--release is recommended, otherwise the render time is unacceptably long.

Overview

Ray Tracing In One Weekend

Ray Tracing The Next Week

Ray Tracing The Rest of Your Life