Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 457 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 457 Bytes

bevy_utility_ai

bevy_utility_ai is a Utility AI framework designed for the Bevy game engine.

It features a simple declarative interface

Example

Resources

  • AIDefinitions: stores a mapping of the TypeId of an AI marker component to its AIDefinition.

Components

  • AIMeta: A Component which stores all the state required by the various AI systems relating to an Entity.

Dashboard

Comparison with Big Brain