@antv/g-webgpu-interactor

interactor for g-webgpu, such as camera's control

Usage no npm install needed!

<script type="module">
  import antvGWebgpuInteractor from 'https://cdn.skypack.dev/@antv/g-webgpu-interactor';
</script>

README

@antv/g-webgpu-engine

  • implements render engine's interface with WebGPU/WebGL

GLSL

  • GLSL 4.5 in WebGPU
  • GLSL 1.0 in WebGL 1

Compute Shader

  • Compute Shader in WebGPU
  • VS/FS GPGPU in WebGL