Sigma.js a JavaScript library dedicated to graph drawing 1.0 is out (jcml.io) 4 points by gelnior 12y ago ↗ HN
[–] SEJeff 12y ago ↗ Question, why would someone want to use this over say d3.js? [–] yaph 12y ago ↗ There are several reasons, for example:* it's dedicated to graph drawing, it has a smaller footprint* support for WebGL and Canvas based renderers, which is considerably faster than SVG, when you have large networks* support for gexf files, which can be pre-rendered in exported form Gephi
[–] yaph 12y ago ↗ There are several reasons, for example:* it's dedicated to graph drawing, it has a smaller footprint* support for WebGL and Canvas based renderers, which is considerably faster than SVG, when you have large networks* support for gexf files, which can be pre-rendered in exported form Gephi
2 comments
[ 3.3 ms ] story [ 15.2 ms ] thread* it's dedicated to graph drawing, it has a smaller footprint
* support for WebGL and Canvas based renderers, which is considerably faster than SVG, when you have large networks
* support for gexf files, which can be pre-rendered in exported form Gephi