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

Platformweb

A web library for minigpu wasm. 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_web

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

dependencies:
  minigpu_web: ^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_web/minigpu_web.dart';
1
likes
110
points
506
downloads

Publisher

unverified uploader

Weekly Downloads

A web library for minigpu wasm. A library to brings multiplatform GPU compute to Dart and Flutter using GPU.cpp and Google Dawn.

Documentation

API reference

License

MIT (license)

Dependencies

flutter_web_plugins, js, js_interop_utils, minigpu_platform_interface

More

Packages that depend on minigpu_web