bhv 0.1.2

A crate providing means to create and use Behavior Trees
Documentation

bhv

bhv is a library that implements a common interface for Behavior Trees and provides a set of utility nodes divided into:

  • adaptor nodes, that adapt an object into a behavior tree node,
  • decorator nodes, that alter the behavior and result of a node,
  • composite nodes, that several nodes at the same time.