Alternate logic - modelling connected physical systems #4
Replies: 2 comments 1 reply
-
@spettitt9095 |
Beta Was this translation helpful? Give feedback.
-
oh thank you! I wasn't meaning to ask you to do it, but if it's something you'd like to look at then thanks! I have also been considering whether each NodeSocket object could have a text ID shown next to the oval, such that the user can see 'Output A', 'Output B' etc. I'm still quite new to Python but I can have a go at that unless it's something you'd like to add as well. |
Beta Was this translation helpful? Give feedback.
-
I am trying to build an application where users can quickly drop in nodes that represent real world equipment with input and output sockets, and connect them up.
As opposed to the current framework, I would need each node to have no more than one input, and multiple outputs (up to about 30). This would model power distribution - where there is an electrical supply (a value node), which forks off to one or more distributors. The power would never merge, only split.
All I really need is for each node to know the ID of the source socket and source node that supplied it.
Do you think it would be possible to modify the logic such that there is only one input and multiple outputs, rather than the other way around? If so, do you have any suggestions where I should start?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions