From the webpage:
Springy is a force directed graph layout algorithm.
So what does this ‘force directed’ stuff mean anyway? Excellent question!
It basically means that it uses some real world physics to try and figure out how to show a network graph in a nice way.
Try to imagine it as a bunch of springs connected to each other.
Written in JavaScript. No surprises but you may find it useful for webpages.