Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raytracer

A ray tracer based on Ray Tracing in One Weekend.

Instructions for isntalling Rust can be found here

To run this program, first compile it by running cargo build --release. Next, run the executable followed by the width of the image in number of pixels followed by the height in number of pixels, followed optionally by the number of samples taken for each pixel. For example, to produce an image that is 2560 x 1600, call ./target/release/raytrace.exe 2560 1600.

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages