retejs / rete

JavaScript framework for visual programming
https://retejs.org
MIT License
9.86k stars 647 forks source link

Auto arrange nodes #129

Closed omega-tree closed 5 years ago

omega-tree commented 6 years ago

Is there currently a way to auto arrange nodes instead of manually plugging in each nodes position?

Ni55aN commented 6 years ago

Now there is no such possibility, can be added in the form of a separate plugin.

I think that this functionality can be added in one plugin along with the previously proposed https://github.com/retejs/rete/issues/90

Ni55aN commented 5 years ago

I have started implementing plugin https://github.com/retejs/auto-arrange-plugin It turned out to be a challenge, so in v0.1.0 it is possible to align only the output nodes in one line. Any help would be appreciated

Ni55aN commented 5 years ago

https://github.com/retejs/auto-arrange-plugin/issues/1#issuecomment-445540667