no transfer of data or exec
after implementing my own compute I cannot find any way to actually transfer data or an execution to another node, even if they are connected.
Hey, I've been working on getting computation in the node graph working the last week. It's about half way done, I've had to adjust how some of the connections between nodes work. Such things as allowing output pins to have multiple connections while input pins can only have one.
I'm building it to function as a DAG network with topological sorting https://en.m.wikipedia.org/wiki/Topological_sorting to handle the compute node order. Probably another week to finish it.
Compute is now implemented