C# Libraries Node Edge Graphs

user1027169 picture user1027169 · Apr 15, 2012 · Viewed 9k times · Source

I want to write a program that produces force directed node-edge graphs similar to this video. What are some good C# libraries that will let me do that?

Answer

Junfeng Dai picture Junfeng Dai · Apr 15, 2012

If you are just looking for a .Net graph library, try QuickGraph http://quickgraph.codeplex.com/. It is a generic graph library with many algorithms implemented, and easy for unit test.