sigma.js

Oct 20, 2023

https://github.com/jacomyal/sigma.js

A JavaScript library aimed at visualizing graphs of thousands of nodes and edges...

Sigma.js uses WebGL to render graphs. This makes it good at rendering medium to larger graphs in web pages (thousands of nodes and edges or more). It is also possible to customize rendering, but it is harder than it would be with SVG or Canvas based solutions.

↑ up