gpux 0.1.0 copy "gpux: ^0.1.0" to clipboard
gpux: ^0.1.0 copied to clipboard

Cross-platform GPU for Dart. Works on web and native.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add gpux

With Flutter:

 $ flutter pub add gpux

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

dependencies:
  gpux: ^0.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:gpux/gpux.dart';
0
likes
150
points
114
downloads

Documentation

API reference

Publisher

verified publisherdartgfx.dev

Weekly Downloads

Cross-platform GPU for Dart. Works on web and native.

Repository (GitHub)
View/report issues

Topics

#gpu #webgpu #graphics

License

MIT (license)

Dependencies

gpuweb, gpuweb_js, meta, wgpu

More

Packages that depend on gpux