aysylu / loom

Graph library for Clojure. Mailing list https://groups.google.com/forum/#!forum/loom-clj
http://aysy.lu/loom/
886 stars 108 forks source link

Graph visualization in the browser #112

Open viebel opened 5 years ago

viebel commented 5 years ago

Is it possible to visualize a graph in the browser?

AndreaCrotti commented 5 years ago

@viebel it depends on graphviz, so I guess not, but maybe with some hacks and http://viz-js.com/ you can manage something. Otherwise you would have to plug in something else to do the rendering, but there ins't really something comparable imho sadly.