Twinklebear / 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:TypeScript 53.8%Language:JavaScript 33.8%Language:HTML 7.9%Language:WGSL 3.8%Language:Python 0.6%