Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/azillion/raytracing-the-next-week
Ray Tracing The Next Week in WebGPU
https://github.com/azillion/raytracing-the-next-week
Last synced: 6 days ago
JSON representation
Ray Tracing The Next Week in WebGPU
- Host: GitHub
- URL: https://github.com/azillion/raytracing-the-next-week
- Owner: azillion
- Created: 2024-07-30T22:06:31.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-10T20:43:23.000Z (3 months ago)
- Last Synced: 2024-08-11T06:14:27.363Z (3 months ago)
- Language: TypeScript
- Size: 4.73 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Raytracing: The Next Week in WebGPU
This is a port of the code in the book [Ray Tracing: The Next Week](https://raytracing.github.io/books/RayTracingTheNextWeek.html) to WebGPU.
## Running
```sh
bun install
bun run dev
```![Screenshot](https://github.com/azillion/raytracing-in-one-weekend/blob/main/ray_traced.png?raw=true)