Implement PyQT Based On-Screen Textbox Overlay #22
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It would be interesting to have an on-screen text box that updates its text on-the-fly based on the value of a node and upstream data being fed into the node, such as live translations of text, or alert overlays of some kind.
Customization Options:
The node will be connected to an agent as a "Agent Role: Textbox Overlay" that tells the connected agent to display the on-screen textbox. The location of the box will be controlled with an X/Y coordinate system similar to the screenshot node, but dimensions will be based on the size of text and value of text being fed from the node.
The role node itself will behave like a generic data node, either manually assigning a value or having an upstream node dynamically change the value on-the-fly, which then reflects immediately on the on-screen overlay where the agent is running.