Auto-Bus (auto event bus with signal nodes) screenshot 1
S

Publisher

srcoloma

Auto-Bus (auto event bus with signal nodes)

Tools
Event Signal Messaging Architecture Dynamic System Receiver Bus

The purpose of the plugin is to dynamically create an event bus for each [SignalNode] without the need to create a singleton to manage it. The plugin adds 2 nodes: SignalNode <- a node representing a signal where the 'name' property is the signal's name. SignalReceptor <- a node representing a signal receiver, where the 'react_to' property is the name of the signal it expects to receive.

Auto-Bus

Description

The purpose of the plugin is to dynamically create an event bus for each [SignalNode] without the need to create a singleton to manage it.

The plugin adds 2 nodes: SignalNode <- a node representing a signal where the 'name' property is the signal's name. SignalReceptor <- a node representing a signal receiver, where the 'react_to' property is the name of the signal it expects to receive.