Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
satelllte committed Mar 17, 2024
1 parent 2c71c12 commit afaecd6
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# WebGPU Raytracing

A raytracer program, which follows [raytracing.github.io](https://raytracing.github.io/) course.
🚧 **work in progress** 🚧

A ray tracer program based on [WebGPU API](https://developer.mozilla.org/en-US/docs/Web/API/WebGPU_API)

## Prerequisites

Expand All @@ -19,3 +21,11 @@ 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/)

0 comments on commit afaecd6

Please sign in to comment.