minigpu_ffi 1.6.1 copy "minigpu_ffi: ^1.6.1" to clipboard
minigpu_ffi: ^1.6.1 copied to clipboard

FFI implementation of minigpu. A library that brings multiplatform GPU compute to Dart and Flutter using WebGPU and Google Dawn.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add minigpu_ffi

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  minigpu_ffi: ^1.6.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:minigpu_ffi/minigpu_ffi.dart';
3
likes
140
points
820
downloads

Documentation

API reference

Publisher

verified publisherpracticalxr.com

Weekly Downloads

FFI implementation of minigpu. A library that brings multiplatform GPU compute to Dart and Flutter using WebGPU and Google Dawn.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

code_assets, ffi, flutter, hooks, logging, minigpu_platform_interface, native_toolchain_cmake, path

More

Packages that depend on minigpu_ffi