ray-tracing-in-one-weekend-typescript

This is the code repository for the Ray Tracing in One Weekend tutorial I'm reading, where I have converted the C++ code in the original text to Typescript code.

How to Run

Run npm start to generate corresponding image in the images folder.

Each tag in this project corresponds to a specific image in the original tutorial. Using git checkout <tag_name> to switch to different stages.

git checkout image-1