这是indexloc提供的服务,不要输入任何密码

piecemeal 1.0.0 copy "piecemeal: ^1.0.0" to clipboard
piecemeal: ^1.0.0 copied to clipboard

Basic data structures your 2D game may need.

Piecemeal is a small Dart library of low-level utility types aimed at 2D games. In particular, I harvested it from my roguelike Hauberk.

Using it #

Add it to your package's pubspec:

dependencies:
  piecemeal: any

Import it:

import 'package:piecemeal/piecemeal.dart';

Running tests #

Piecemeal comes with a unit test suite. From the root directory of piecemeal, run:

dart --checked test/run_all.dart 
7
likes
130
points
126
downloads

Publisher

unverified uploader

Weekly Downloads

Basic data structures your 2D game may need.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

More

Packages that depend on piecemeal