ecsly 0.0.1-dev.9 copy "ecsly: ^0.0.1-dev.9" to clipboard
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 ecsly

With Flutter:

 $ flutter pub add ecsly

This 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.9

Alternatively, 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';
1
likes
150
points
0
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Experimental ECS core for Dart apps, including Flutter and Jaspr (early prerelease).

Homepage

Topics

#ecs #game-development #simulation #performance #dart

License

MIT (license)

Dependencies

directed_graph, from_json_to_json, meta

More

Packages that depend on ecsly