Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 541 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 541 Bytes

Ray Tracing in One Weekend

Implementation of Ray Tracing in One Weekend in Julia.

  • Commit after each chapter so you can look as the code so far by restoring to that version
  • Differences to C++ version:
    • Julia has vectors and vector algebra built in so no need to create own library. I therefore skip chapter three
    • outputs to an Matrix{RGB} and saves to file using Images.jl

Latest image

latest image