Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no transfer of data or exec #11

Open
Robsel opened this issue Sep 16, 2024 · 1 comment
Open

no transfer of data or exec #11

Robsel opened this issue Sep 16, 2024 · 1 comment

Comments

@Robsel
Copy link

Robsel commented Sep 16, 2024

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.

@bhowiebkr
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants