styx 2.2.0
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.
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 π