gpuweb_js
Browser WebGPU implementation for Dart via dart:js_interop.
This package is under active development. The initial release is coming soon.
Plan
gpuweb_js implements the gpuweb interfaces by calling the browser's native WebGPU API through dart:js_interop. It is the web backend of the gpux stack.
Use this package directly for web-only projects, or use gpux for cross-platform code that automatically selects gpuweb_js on web.
Related packages
| Package | Description |
|---|---|
| gpuweb | Platform-agnostic WebGPU interfaces |
| gpux | Cross-platform facade (auto-selects backend) |
| flutter_webgpu | Flutter widget for web GPU rendering |
Part of the gpux GPU stack for Dart.
Libraries
- gpuweb_js
- Browser WebGPU implementation via dart:js_interop.