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

FFI implementation of minigpu. A library to brings multiplatform GPU compute to Dart and Flutter using GPU.cpp 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.1.3

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';
1
likes
130
points
420
downloads

Publisher

unverified uploader

Weekly Downloads

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

Documentation

API reference

License

MIT (license)

Dependencies

ffi, flutter, minigpu_platform_interface, native_toolchain_cmake

More

Packages that depend on minigpu_ffi