catena1976 / webgpu-0-to-gltf

Code for my From 0 to glTF with WebGPU blog series

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Code for my From 0 to glTF with WebGPU blog series

License:MIT License


Languages

Language:JavaScript 71.2%Language:TypeScript 12.7%Language:HTML 10.3%Language:WGSL 4.5%Language:Python 1.3%