/webgpu-0-to-gltf

Code for my From 0 to glTF with WebGPU blog series

Primary LanguageTypeScriptMIT LicenseMIT

From 0 to glTF with WebGPU Code

This repo contains the code for each post in my "From 0 to glTF with WebGPU" blog series. These repos all use my webgpu-webpack To run an example from its subdirectory you can simply run npm install followed by npm run serve. Then open Chrome Beta/Canary (or stable once 113 is out) and point it at localhost:8080.

Posts

The First Triangle

Bind Groups

The First Mesh

Drawing the Full glTF Scene

Basic Materials and Textures