flutter_gpux 0.0.1-dev
flutter_gpux: ^0.0.1-dev copied to clipboard
Cross-platform GPU rendering widget for Flutter.
flutter_gpux #
Cross-platform GPU rendering widget for Flutter.
This package is under active development. The initial release is coming soon.
Plan #
flutter_gpux provides a Flutter widget for GPU rendering that works on both web and native from a single codebase. It automatically uses the right rendering surface per platform:
- Web: HTML canvas via flutter_webgpu
- Native: Texture widget backed by wgpu
Related packages #
| Package | Description |
|---|---|
| gpux | Cross-platform GPU access this widget uses |
| flutter_webgpu | Web-only GPU widget |
| gpuweb | Platform-agnostic WebGPU interfaces |
Part of the gpux GPU stack for Dart.