grantshandy / fdg

A Force Directed Graph Drawing Library
https://grantshandy.github.io/fdg
MIT License
192 stars 16 forks source link

Weighted fruchterman reingold #5

Closed wainwrightmark closed 2 years ago

wainwrightmark commented 2 years ago

Hi. Feel free to ignore this if you don't like it, but I added another force that also takes into accounts the weights of the nodes.
Of course it can only be used if the weight can be converted into an f32.

grantshandy commented 2 years ago

Hi!, thanks this looks great I'd love to include it in this project.

Once I pull it in I'll add it into the already existing fruchterman_reingold module, then add it as an option for fdg-macroquad.