Skip to content

nonlinearthink/raytracing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Ray Tracing in One Weekend using Rust.

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages