logic-node-editor icon indicating copy to clipboard operation
logic-node-editor copied to clipboard

no transfer of data or exec

Open Robsel opened this issue 1 year ago • 1 comments

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.

Robsel avatar Sep 16 '24 09:09 Robsel

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.

bhowiebkr avatar Oct 03 '24 15:10 bhowiebkr

Compute is now implemented

bhowiebkr avatar Jul 25 '25 03:07 bhowiebkr