bevy_utility_ai
is a Utility AI framework designed for the Bevy game engine.
It features a simple declarative interface
- AIDefinitions: stores a mapping of the TypeId of an AI marker component to its AIDefinition.
- AIMeta: A Component which stores all the state required by the various AI systems relating to an Entity.