Execution Engine question #255
Replies: 6 comments
-
Hello, you will have to figure that on your own based on your application and requirements. |
Beta Was this translation helpful? Give feedback.
-
@zHaytam can provide me a simple example of two nodes.I don't know where to start, how to connect two instances in a sequence etc. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
@314159265meow |
Beta Was this translation helpful? Give feedback.
-
Hi, sorry for the delay, I had to work on some other projects the past days. You can check out the demo here https://github.com/314159265meow/engine-demo Please keep in mind that this was a "for fun" project from over a year ago. I just copied the code now and fixed some errors. There are still a lot of bugs, e.g. you should only connect nodes in order of processing, otherwise the program will become stuck in a loop. But you should be able to do the same thing as in the image above. About your question you can have a look at the AdderNode.Process() method. After reading this code again I think this could be done much more easily (and I see some bugs), but in general you want to:
Hope this helps a bit. |
Beta Was this translation helpful? Give feedback.
-
@314159265meow Thanks for the share, will check it out. |
Beta Was this translation helpful? Give feedback.
-
Hi,
after creating the add two number nodes, how to execute it?.
say it has result out return float, how to read that value.
Beta Was this translation helpful? Give feedback.
All reactions