This repository contains my submissions for the course 02562 Rendering at the Technical University of Denmark (DTU). The course focuses on using WebGPU to render realistic images through ray tracing and other advanced rendering techniques.
The repository is organized into several directories, each corresponding to different weeks and parts of the course:
-
w1/
: Worksheet 1 assignments -
and so on..
-
textures/
: Directory containing texture files used in the projects -
styles.css
: CSS file for styling the HTML pages
- WebGPU: A modern graphics API for rendering and computation on the web.
- Ray Tracing: A technique for generating realistic images by tracing the path of light through pixels in an image plane.
- WGSL: WebGPU Shading Language, used for writing shaders.
- Clone the repository:
- Open the HTML files in a browser that supports webGPU for example Google Chrome