-
-
Notifications
You must be signed in to change notification settings - Fork 284
Description
We are currently exploring the possibility to implement a node based graph system in one of our editors, while nodify seems to be the most promising tool for us.
Our node based system will work a little bit different so maybe someone can lead us in the right direction and if it is possible with nodify and without too much customization to get it done.
In our graph editor the user should be able of modifying an "workflow" with multiple "steps" in it. Each step may have one ore multiple different "behaviors" attached to it. The user should be able to create a "stack" of behaviors for each step, like seen here. Our first idea was to solve it with a kind of group but the behaviors will define the number of input/output connectors to this stack. Normally we have a one-to-one-relationship, but there are some behaviors (like a multiple-choice-question), where the number of output connectors can increase to up to 4 or 6.
So the question is, if this kind of special "Stack"-Node is possible in nodify without too much rework of the underlying systems?
Thanks in advance!