Open IceflowRE opened 3 years ago
It would be a great idea to support the visualization of labeled port graphs, often used in Visual Scripting. For example:
Syntax could be similiar to the class diagram
node_one[Node One] { < label_symbol_type input_one: "Number" < label_symbol_type input_two: "Other Number" > label_symbol_type output: "Result" } node_one[Node Two] { < label_symbol_type input_one: "Number" < label_symbol_type input_two: "Other Number" > label_symbol_type output: "Result" } node_one(output) --> node_two(input_one) node_one(output) --> node_two(input_two)
node_one[Node Two] Node id and its name.
node_one[Node Two]
< label_symbol_type input_one: "Number"
<
>
Then the label id with the name.
Additionally would be nice to have an option to change the color of the label symbol.
node_one(output) --> node_two(input_one) Node id with the label connects with the known line types to another label.
node_one(output) --> node_two(input_one)
Yes, great idea!
It would be a great idea to support the visualization of labeled port graphs, often used in Visual Scripting. For example:
Syntax could be similiar to the class diagram
Node
node_one[Node Two]
Node id and its name.Label
< label_symbol_type input_one: "Number"
<
input label>
output label The symbol type marks different input/ output symbol for example a circle, triangle, etc. as seen in the image too.Then the label id with the name.
Additionally would be nice to have an option to change the color of the label symbol.
Connections
node_one(output) --> node_two(input_one)
Node id with the label connects with the known line types to another label.