arvidsson / BrainTree

C++ behavior tree single header library
MIT License
222 stars 37 forks source link

Blackboard support by the tree builder #26

Closed wataniguchi closed 1 year ago

wataniguchi commented 3 years ago

Following the discussion in the issue #14, Blackboard support by the tree builder has been added. A sample source, example/Example02_Simple.cpp, demonstrates Blackboard works with the builder.

The behavior of stateful composites is corrected as well.

Lecrapouille commented 1 year ago

@arvidsson could be nice to merge this PR