Ray Tracing in One Weekend (Python edition) Original source: https://raytracing.github.io/books/RayTracingInOneWeekend.html Instructions Setup: $ pip3 install tqdm $ brew install entr To run the ray tracer (on Mac), ./run.sh To run the tests, chdir lib && ./run_tests.sh && popd