bullseye2d 2.0.2 copy "bullseye2d: ^2.0.2" to clipboard
bullseye2d: ^2.0.2 copied to clipboard

A cross-platform 2D game library for Dart that supports a WebGL2 backend as well as native support for Windows, Mac and Linux via SDL3.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate bullseye2d

Use it

The package has the following executables:

$ bullseye2d

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add bullseye2d

With Flutter:

 $ flutter pub add bullseye2d

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

dependencies:
  bullseye2d: ^2.0.2

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:bullseye2d/bullseye2d.dart';
1
likes
160
points
109
downloads

Documentation

API reference

Publisher

verified publisherasylumsquare.com

Weekly Downloads

A cross-platform 2D game library for Dart that supports a WebGL2 backend as well as native support for Windows, Mac and Linux via SDL3.

Repository (GitHub)
View/report issues

License

Zlib, MIT (license)

Dependencies

args, ffi, http, path, sdl3, shelf, shelf_static, vector_math, web

More

Packages that depend on bullseye2d