Hi,
Has anybody had any experience with creating ‘force-directed graphs’ with grasshopper - my assumption would be to use the kangaroo solver but maybe somebody knows good references?
Thanks
Hi,
Has anybody had any experience with creating ‘force-directed graphs’ with grasshopper - my assumption would be to use the kangaroo solver but maybe somebody knows good references?
Thanks
Here’s a force directed graph layout example.
It uses Length goals for graph edges, and repulsion between the nodes (with some spatial sorting and cutoffs to make it faster by skipping interactions between distant points).
Heroic!
Thank you for sharing.