BehaviorTree.CPP
Behavior Tree Library
A C++ library providing a framework to create reactive behavior trees with support for asynchronous actions and domain-specific scripting.
Behavior Trees Library in C++. Batteries included.
3k stars
70 watching
664 forks
Language: C++
last commit: 21 days ago
Linked from 2 awesome lists
aibehaviortreecoordinationgamesroboticsrosstate-machine
Related projects:
Repository | Description | Stars |
---|---|---|
miccol/behavior-tree | A lightweight C++ library for implementing behavior trees used in robotics and AI | 185 |
autonomous-logistics/sts_bt_library | Provides a C++ implementation of behavior tree logic for distributed robotic applications | 21 |
miccol/ros-behavior-tree | A behavior tree library for robotics and AI that enables modular control of complex systems | 350 |
behaviortree/groot | A graphical editor to design and visualize behavior trees in C++. | 736 |
gizmo199/behaviortree | A simple behavior tree system for Gamemaker Studio 2 allowing sequential and fallback state management | 8 |
cerebral-legacy/redux-action-tree | An implementation of a signal-based behavior tree for Redux actions | 228 |
drhayes/beehive.lua | A Lua implementation of a behavior tree data structure for AI decision-making in games and other applications. | 15 |
tconkling/godmode-as3 | An implementation of a behavior tree data structure in ActionScript | 27 |
reactivex/rxcpp | A C++ library for handling streams of data and performing concurrent computations | 3,063 |
aigamedev/btsk | A set of tools and libraries for building behavior tree-based decision-making systems in games | 455 |
stonier/py_trees | An implementation of behaviour trees for decision making in complex systems | 12 |
lewissbaker/cppcoro | A library of C++ coroutine abstractions for building high-performance asynchronous programming systems. | 3,424 |
idered/behavior-tree | A framework for managing complex state transitions in React applications using behavior trees | 117 |
cpp-best-practices/cppbestpractices | A collection of guidelines and resources for writing high-quality C++ code. | 8,134 |
splintered-reality/py_trees_ros | ROS extensions and implementations for py_trees behaviour trees | 162 |