ecsly 0.0.1-dev.9
ecsly: ^0.0.1-dev.9 copied to clipboard
Experimental ECS core for Dart apps, including Flutter and Jaspr (early prerelease).
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add ecslyWith Flutter:
$ flutter pub add ecslyThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
ecsly: ^0.0.1-dev.9Alternatively, 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:ecsly/ecsly.dart';