v3.0.0
piecemeal
2Dゲーム用の基本的なデータ構造。
7いいね 9930日間ダウンロード140Pub ポイント
AndroidiOSWebmacOSWindowsLinux
2D Dartゲームに必要な基本的なデータ構造。
以下は英語原文のスナップショットです。最新版は GitHub をご覧ください。
Piecemeal is a small Dart library of low-level utility types aimed at 2D games. In particular, I harvested it from my roguelike Hauberk.
Add it to your package's pubspec:
dependencies:
piecemeal: any
Import it:
import 'package:piecemeal/piecemeal.dart';
Piecemeal comes with a unit test suite. From the root directory of piecemeal, run:
dart --checked test/run_all.dart