zig playground: Ray Tracer#
I currently learn Ray Tracing from this series Ray Tracing in One Weekend - The Book Series. The original codes are in C/C++. I'm planning to use this book as a companion to learn zig and use this section as notes.
I put the source code here.