Question

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!

Was it helpful?

Solution

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#)

OTHER TIPS

http://satsumagraph.sourceforge.net

Has force-directed graph layout (charged particles & springs model).

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top