cogentcore / webgpu

Cross-platform Go bindings for WebGPU
Apache License 2.0
13 stars 0 forks source link

WebGPU

Go bindings for WebGPU, a cross-platform, safe graphics API. It runs natively using wgpu-native on Vulkan, Metal, D3D12, and OpenGL ES based on https://github.com/rajveermalviya/go-webgpu. It also comes with web (JS) support based on https://github.com/mokiat/wasmgpu.

For more information, see:

The included static libraries are built via GitHub Actions.

Examples

boids cube triangle
b-i c-i t-i