dartemis 0.10.0 copy "dartemis: ^0.10.0" to clipboard
dartemis: ^0.10.0 copied to clipboard

An Entity System Framework for game development. Based on Artemis.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dartemis
copied to clipboard

With Flutter:

 $ flutter pub add dartemis
copied to clipboard

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  dartemis: ^0.10.0
copied to clipboard

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:dartemis/dartemis.dart';
copied to clipboard
13
likes
160
points
94
downloads

Publisher

unverified uploader

Weekly Downloads

2024.07.29 - 2025.02.10

An Entity System Framework for game development. Based on Artemis.

Repository (GitHub)

Documentation

API reference

License

BSD-2-Clause (license)

Dependencies

meta

More

Packages that depend on dartemis