Skip to content

Latest commit

 

History

History
81 lines (53 loc) · 1.48 KB

README.md

File metadata and controls

81 lines (53 loc) · 1.48 KB

Ray Tracing In One Weekend in Rust

yep, that's it.

Latest render:

output.png

Renders archive

Empty cornell box

motion blur

Rectangle light

motion blur

Earth texture mapped on a sphere

motion blur

Perlin noise marble texture

motion blur

Checkered spheres

motion blur

Motion blur

motion blur

In one weekend cover render

in one weekend

Depth of field

depth of field

Materials

materials

Fuzzy metals

fuzzy metals

Three spheres

three spheres

Dependencies

  • image: Saving bytes to image file.
  • rand: Generating random numbers.
  • chrono: Purely just to log the time.