An open API service indexing awesome lists of open source software.

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

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)