Open source template library

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

I can find a lot of them for Java, but not one for .net ...

Thanks!

+7
c # algorithm graph-algorithm
source share
3 answers

http://graphsharp.codeplex.com/ (A good "visualizing aspect of things" :)
(... and for "oldie" GraphViz you can get at least 3 language bindings for C # )

+5
source share

http://satsumagraph.sourceforge.net

It has a radiation pattern using force (model of charged particles and springs).

+2
source share

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

Tried this before ... works great.

+1
source share

All Articles