flutter_wgpu_texture 0.2.1

Flutter texture plugin runtime powered by Rust and wgpu.
Documentation

flutter_wgpu_texture

Rust runtime crate for the flutter_wgpu_texture Flutter plugin.

This crate provides the native renderer, built-in scenes, and the flutter_rust_bridge bindings used by the Dart package. It targets desktop platforms with wgpu backends:

  • macOS: Metal
  • Windows: D3D12
  • Linux: Vulkan

Most users should depend on the Flutter package instead:

If you want to implement custom scenes in Rust, look at the companion crate:

  • flutter_wgpu_texture_core

For end-to-end usage and examples, see the repository README and examples.