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

outdated

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

About Styx #

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

pub package

Installing #

Add Styx to your pubspec.yaml file:

dependencies:
  styx: any

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
0
pub points
0%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

equatable, flutter, get, uuid

More

Packages that depend on styx