@feng3d/webgpu-data-driven
v0.0.1
Published
webgpu流程数据化驱动
Downloads
3
Readme
webgpu渲染库
参考
- https://github.com/webgpu/webgpu-samples
- https://www.orillusion.com/zh/webgpu.html
- https://www.orillusion.com/zh/wgsl.html
- https://gpuweb.github.io/gpuweb/
- https://gpuweb.github.io/gpuweb/wgsl/
- https://github.com/Orillusion/orillusion/tree/main/src/gfx/graphics/webGpu
- https://github.com/mrdoob/three.js/tree/dev/examples/jsm/renderers/webgpu
- https://github.com/regl-project/regl
- https://github.com/regl-project/regl/blob/master/example/basic.js
- https://github.com/stackgpu/Simple-GPU
- https://github.com/antvis/G/blob/next/packages/g-plugin-webgpu-device/src/platform/Program.ts
- https://github.com/dtysky/webgpu-renderer
- WGSL反射。 https://github.com/brendan-duncan/wgsl_reflect
- https://github.com/greggman/webgpu-avoid-redundant-state-setting
- 避免调用WebGPU中的冗余状态。
- https://github.com/greggman/webgpu-utils
- webgpu一些工具。
- https://github.com/GEngine-js/GEngine