Skip to content

An ECS first Utility AI library for the Bevy game framework

License

Notifications You must be signed in to change notification settings

invokermain/bevy_utility_ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An ECS first Utility AI library for the Bevy game framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages