itay-behavior
TypeScript icon, indicating that this package has built-in type declarations

1.1.10 • Public • Published

itay-behavior

Behavior tree, written in typescript.

Goals

  • Share trees between multiple agents.
  • Performance:
    • Avoid ticking the tree when not needed.
    • Avoid ticking unnecessary nodes.
  • Modular - Share subtrees by reference.
  • Integrade State-Machine concepts to handle states, instead of representing states as prioritised branches.
  • Support blackboard.

Usage

 

Package Sidebar

Install

npm i itay-behavior

Weekly Downloads

6

Version

1.1.10

License

MIT

Last publish

Collaborators

  • itayronen