Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/satelllte/webgpu-raytracing
🚧 A ray tracer based on WebGPU API
https://github.com/satelllte/webgpu-raytracing
raytracing webgpu webgpu-api webgpu-raytracing
Last synced: 5 days ago
JSON representation
🚧 A ray tracer based on WebGPU API
- Host: GitHub
- URL: https://github.com/satelllte/webgpu-raytracing
- Owner: satelllte
- Created: 2024-03-12T11:21:49.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-17T23:10:36.000Z (8 months ago)
- Last Synced: 2024-10-10T05:35:05.222Z (29 days ago)
- Topics: raytracing, webgpu, webgpu-api, webgpu-raytracing
- Language: TypeScript
- Homepage: https://webgpu-raytracing.pages.dev/
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WebGPU Raytracing
🚧 **work in progress** 🚧
A ray tracer program based on [WebGPU API](https://developer.mozilla.org/en-US/docs/Web/API/WebGPU_API)
## Prerequisites
- [Bun 1](https://bun.sh/)
## Getting Started
Install dependencies:
```sh
bun install
```Run the development server:
```sh
bun run dev
```## Learning materials
Here's some learning materials useful for learning the ray tracing:
- 📹 [The Cherno - Ray Tracing series](https://www.youtube.com/playlist?list=PLlrATfBNZ98edc5GshdBtREv5asFW3yXl)
- 📘 [Ray Tracing in One Weekend](https://raytracing.github.io/)
- 📕 [Scratchapixel lessons](https://www.scratchapixel.com/)