webgpu-gltf

A glTF loader and viewer using WebGPU

入门
GitHub在线演示
Stars:43
License:MIT License
更新:2025/11/8

README

WebGPU glTF

A glTF loader and viewer using WebGPU. Try it out online!

bistro_ext

Building

The project uses webpack and node to build, after cloning the repo run:

npm install
npm run serve

Then point your browser to localhost:8080!