minigpu 1.1.4 copy "minigpu: ^1.1.4" to clipboard
minigpu: ^1.1.4 copied to clipboard

A library that brings multiplatform GPU compute to Dart and Flutter by wrapping the gpu.cpp library and webgpu with a Dawn backend.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add minigpu

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

dependencies:
  minigpu: ^1.1.4

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/minigpu.dart';
15
likes
40
points
549
downloads

Publisher

verified publisherpracticalxr.com

Weekly Downloads

A library that brings multiplatform GPU compute to Dart and Flutter by wrapping the gpu.cpp library and webgpu with a Dawn backend.

License

MIT (license)

Dependencies

flutter, minigpu_ffi, minigpu_platform_interface, minigpu_web

More

Packages that depend on minigpu