Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/noiron/ray-tracing-in-one-weekend-typescript


https://github.com/noiron/ray-tracing-in-one-weekend-typescript

raytracing raytracing-in-one-weekend

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

# ray-tracing-in-one-weekend-typescript

This is the code repository for the [Ray Tracing in One Weekend
](https://raytracing.github.io/books/RayTracingInOneWeekend.html) 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 ` to switch to different stages.

```
git checkout image-1
```