minigpu_ffi 1.1.0 copy "minigpu_ffi: ^1.1.0" to clipboard
minigpu_ffi: ^1.1.0 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 Dart:

 $ dart pub add minigpu_ffi

With Flutter:

 $ flutter pub add minigpu_ffi

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

dependencies:
  minigpu_ffi: ^1.1.0

Alternatively, your editor might support dart pub get or 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
0
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.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

ffi, flutter, minigpu_platform_interface, native_toolchain_cmake

More

Packages that depend on minigpu_ffi