8

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!

Jon Seigel
  • 12,251
  • 8
  • 58
  • 92
James Westgate
  • 11,306
  • 8
  • 61
  • 68

3 Answers3

6

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

Andras Vass
  • 11,478
  • 1
  • 37
  • 49
2

http://satsumagraph.sourceforge.net

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

szali
  • 498
  • 3
  • 11
1

http://zedgraph.org/wiki/index.php?title=Main_Page

Tried it before...works great.

Adam Driscoll
  • 9,395
  • 9
  • 61
  • 104