miroiu / nodify

Highly performant and modular controls for node-based editors designed for data-binding and MVVM.
https://miroiu.github.io/nodify
MIT License
1.3k stars 208 forks source link

Connector as INOUT? [Question] #45

Closed AndreasGeorg closed 1 year ago

AndreasGeorg commented 1 year ago

Is there a possibility that a connector is a destination for one input and the source for many connections at the same time?

miroiu commented 1 year ago

Hi @AndreasGeorg, do you mean something like this? If yes, you can try it out in the Playground app by splitting a connection (double-click on a wire) and connecting to the resulting node.

image

image

AndreasGeorg commented 1 year ago

Hi @miroiu I think to somthing like this

Excample_inout
miroiu commented 1 year ago

Yes, connectors can be connected in any way. You can also display connections on top.

image