dentity 1.2.0
dentity: ^1.2.0 copied to clipboard
A powerful and flexible Entity-Component-System (ECS) framework for Dart application.
1.0.0 #
- Initial version.
1.1.0 #
- Change the serialiser to use a map of components instead of a list.
1.1.1 #
- Add the entity serialiser json.
1.1.2 #
- Add component deserialisation method to entity serialiser.
1.1.3 #
- Add system get method to world.
1.2.0 #
- expose the component serialiser to the world.
- remove the need to pass the entity manager to the component serialiser.