Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/noiron/ray-tracing-in-one-weekend-typescript
- Owner: noiron
- Created: 2023-03-09T14:40:43.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-28T07:30:20.000Z (over 1 year ago)
- Last Synced: 2024-11-17T08:28:55.018Z (2 months ago)
- Topics: raytracing, raytracing-in-one-weekend
- Language: TypeScript
- Homepage:
- Size: 5.1 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```