styx 2.2.0 copy "styx: ^2.2.0" to clipboard
styx: ^2.2.0 copied to clipboard

An implementation of the ECS paradigm with an emphasis on simplicity.

About Styx #

A simple, yet robust Entity Component System. Based around the rxdart package for reactivity, replacing the "S" in ECS.

pub package

Installing #

Add Styx to your pubspec.yaml file:

dependencies:
  styx: ^2.2.0

Import Styx in files that it will be used:

import 'package:styx/styx.dart';

Documentation #

TODO

  • βœ… Create documentation with code examples.
  • ❌ Create sample apps for real world scenarios.
  • ❌ Actually have a docs site πŸ™ƒ
0
likes
140
points
19
downloads

Publisher

unverified uploader

Weekly Downloads

An implementation of the ECS paradigm with an emphasis on simplicity.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

equatable, flutter, rxdart, uuid

More

Packages that depend on styx