Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

Latest commit

 

History

History
9 lines (7 loc) · 747 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 747 Bytes

Ray Tracer Challenge

pre-commit.ci status Code style: black Open in Visual Studio Code

A Python implementation of Jamis Buck's The Ray Tracer Challenge

Deviations From The Text

  • Matrix functionality is provided by NumPy rather than a custom implementation as described by Chapter 3.