Skip to content

SeppahBaws/rust_ray_tracing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.