- Go backend (server/)
- Frontend (web/, server/static/)
- Database and deployment files
- Scripts and docs
Co-Authored-By: 狸花猫/Claude-Qwen3.6-Plus 🐾
13 lines
204 B
Markdown
13 lines
204 B
Markdown
# @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 |