Springy: A force-directed graph layout algorithm in JavaScript
1–10 of 15 posts
Re: Springy: A force-directed graph layout algorithm in JavaScript
#2Re: Springy: A force-directed graph layout algorithm in JavaScript
#3Re: Springy: A force-directed graph layout algorithm in JavaScript
#4Re: Springy: A force-directed graph layout algorithm in JavaScript
#5Just found it interesting.
Re: Springy: A force-directed graph layout algorithm in JavaScript
#6How is it different from D3's force layout + DOM manipulation? Looks very, very similar to me.
Re: Springy: A force-directed graph layout algorithm in JavaScript
#7How is it different from D3's force layout + DOM manipulation? Looks very, very similar to me.
It's an inferior subset of D3, however HN will upvote anything with JS in the title.
Re: Springy: A force-directed graph layout algorithm in JavaScript
#8How is it different from D3's force layout + DOM manipulation? Looks very, very similar to me.
(BTW, see http://bl.ocks.org/mbostock for an impressive collection of visualizations made with D3.js. Impressive both in terms of size of the collection, quality of the code and clarity of the visualizations.)
Re: Springy: A force-directed graph layout algorithm in JavaScript
#9How is it different from D3's force layout + DOM manipulation? Looks very, very similar to me.
https://github.com/dhotson/springy/commits/master?page=4 https://github.com/mbostock/d3/commits/master?page=91
If all you need is spring layout without the rest of D3, Springy might be a better fit.
Re: Springy: A force-directed graph layout algorithm in JavaScript
#10I am not the author. Just found it interesting.