Springy: A force-directed graph layout algorithm in JavaScript

  • I'd find a comparison against other libs interesting. There's a lot out there already: http://stackoverflow.com/questions/7034/graph-visualization-...

  • How is it different from D3's force layout + DOM manipulation? Looks very, very similar to me.

  • Interesting. I did notice that every once and a while some of the text comes to rest outside or partially outside the canvas.

  • Hey guys, original author here. Thanks for taking a look. Questions welcome. :)

  • This has been around for a while. I remember using it in a project 3 years ago.

  • I am not the author.

    Just found it interesting.

  • Url changed from https://github.com/dhotson/springy since the website links to the source code and is more informative (at least in the short run).