Skip to content

gfgafn/ray_tracing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ray Tracing

A Re-implementation of Ray Tracing in One Weekend Series written in Rust.

Extra features

  • Parallel rendering using thread pool

Run

cargo run [OPTIONS]

# Options:
#       --bin [<NAME>]            Name of the bin target to run
#       --example [<NAME>]        Name of the example target to run
#   -p, --package [<SPEC>]        Package with the target to run
#   -r, --release                 Build artifacts in release mode, with optimizations

# e.g. 'cargo run --release --bin in_one_weekend', 'cargo run --release --example 8-2_standard_cornell_box_scene'

About

A Re-implementation of Ray Tracing in One Weekend Series written in Rust.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages