Ben Chuanlong Du's Blog

It is never too late to learn.

GPU for Web

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

https://github.com/gpuweb/gpuweb This is the repository for the W3C's GPU for the Web Community Group.

gfx-rs

gfx-rs is a low-level, cross-platform graphics and compute abstraction library in Rust. gfx-rs is hard to use. It's recommended for performance-sensitive libraries and engines. wgpu-rs is a safe and simple alternative.

wgpu

wgpu is an implementation of WebGPU API in Rust, targeting both native and the Web. See the upstream WebGPU specification (work in progress).

wgpu-py

wgpu-py is a next generation GPU API for Python. It is a Python lib wrapping wgpu-native and exposing it with a Pythonic API similar to the WebGPU spec.

References

Point of WebGPU on native

Comments