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

 

/itay-behavior/

    Package Sidebar

    Install

    npm i itay-behavior

    Weekly Downloads

    1

    Version

    1.1.10

    License

    MIT

    Last publish

    Collaborators

    • itayronen