Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Open Source Graph Layout Library [closed]

I'm looking for an open source (GPL, LGPL etc) graph layout library for .net framework, preferably fully managed code. Im not worried about the visualisation aspect of things.

I can find lots of them for Java, but none for .net...

Thanks!

like image 333
James Westgate Avatar asked Apr 06 '10 21:04

James Westgate


People also ask

What is better than Gephi?

We have compiled a list of solutions that reviewers voted as the best overall alternatives and competitors to Gephi, including Azure Monitor, ATLAS. ti, Apache Phoenix, and GeoGebra.

Is D3 the best visualization library?

There are some libraries build on top such as react-d3, and C3js that provides about the same set of chart types out of the box as chartjs, i.e. the basic ones like: Line, Bar, Area, Scatter, Pie. If you have a special need for visualization, such as new or unique type of chart, D3 is probably the right solution.

Is Gephi open-source?

Gephi is the leading visualization and exploration software for all kinds of graphs and networks. Gephi is open-source and free. Runs on Windows, Mac OS X and Linux.


1 Answers

http://graphsharp.codeplex.com/ (Nice "visualisation aspect of things" :)
(...and for the "oldie" GraphViz, you can get no less than 3 language bindings for C#)

like image 77
Andras Vass Avatar answered Sep 29 '22 22:09

Andras Vass