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