jagenjo / litegraph.js

A graph node engine and editor written in Javascript similar to PD or UDK Blueprints, comes with its own editor in HTML5 Canvas2D. The engine can run client side or server side using Node. It allows to export graphs as JSONs to be included in applications independently.
MIT License
5.32k stars 602 forks source link

Make nodes cannot overlap with each other #423

Closed szwang-seedtech closed 2 months ago

szwang-seedtech commented 7 months ago

Hello,

Is is possible to make nodes not able to overlap with each other?

hydrogen2oxygen commented 5 months ago

Overlapping is useful if you need to compare images or other values. What would be more useful is a way to automatically arrange them inside a grid. (But only a nice to have)