(Python edition)
https://raytracing.github.io/books/RayTracingInOneWeekend.html
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
(Python edition)
https://raytracing.github.io/books/RayTracingInOneWeekend.html
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