Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)