redux-action-tree
Behavior tree library
An implementation of a signal-based behavior tree for Redux actions
The Cerebral signals running with Redux
228 stars
7 watching
10 forks
Language: JavaScript
last commit: over 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
tconkling/godmode-as3 | An implementation of a behavior tree data structure in ActionScript | 27 |
redux-loop/redux-loop | A library that enables reducers to handle effects naturally and purely by returning them from the reducer | 1,959 |
miccol/behavior-tree | A lightweight C++ library for implementing behavior trees used in robotics and AI | 185 |
lewis617/redux-amrc | A tool for managing asynchronous actions in Redux applications with minimal boilerplate code. | 35 |
bvaughn/redux-devtools-filterable-log-monitor | A tool that displays Redux action logs in a filterable tree view. | 153 |
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 |
drhayes/beehive.lua | A Lua implementation of a behavior tree data structure for AI decision-making in games and other applications. | 15 |
wellguimaraes/actionware | A Redux library reducing boilerplate and automating error and busy status management in action executions. | 200 |
grigory-leonenko/redux-easy-actions | Simplifies Redux action creation by providing a decorator to automatically generate action types and payloads. | 42 |
gizmo199/behaviortree | A simple behavior tree system for Gamemaker Studio 2 allowing sequential and fallback state management | 8 |
johanneslumpe/redux-history-transitions | A library that allows you to execute history transitions after actions are dispatched in your Redux store | 167 |
zackargyle/redux-async-queue | Middleware for Redux to queue and execute actions asynchronously | 112 |
omnidan/redux-ignore | A higher-order reducer that enables the selective ignoring of Redux actions to improve performance in large applications. | 843 |
platzidev/socket.io-redux | Middleware to connect Redux with Socket.IO and send actions via a real-time network connection. | 105 |