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