https://github.com/fynv/webgpu_test
webgpu experiment code
https://github.com/fynv/webgpu_test
Last synced: 10 months ago
JSON representation
webgpu experiment code
- Host: GitHub
- URL: https://github.com/fynv/webgpu_test
- Owner: fynv
- Created: 2023-04-12T04:42:19.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-19T07:55:07.000Z (about 3 years ago)
- Last Synced: 2025-06-11T14:17:24.818Z (12 months ago)
- Language: C++
- Size: 15.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webgpu_test
WebGPU experiment code. [Run online](https://fynv.github.io/webgpu_test/client/)
* Reusing code from [Three.js](https://github.com/mrdoob/three.js/)
* Incomplete GLTFLoader by compiling [TinyGLTF](https://github.com/syoyo/tinygltf) into WASM.
* Model by [derkreature](https://github.com/derkreature/ShaderBall). Converted using [obj2glb](https://github.com/fynv/obj2glb).
## Volume Isosurface Rendering
[Run online](https://fynv.github.io/webgpu_test/client/volume_isosurface.html)
### Volume compressed using H264
[Run online](https://fynv.github.io/webgpu_test/client/volume264_isosurface.html)