Open Source Graph Layout Library [closed]
Asked Answered
O

3

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!

Osmium answered 6/4, 2010 at 21:21 Comment(2)
A very useful and on-topic question, thank you. I mean who can get opinionated about a graph layout library?Squarrose
See also https://mcmap.net/q/457317/-what-options-are-available-for-the-layout-of-directed-or-undirected-graphs-in-net/24874.Sedimentation
F
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#)

Felicidadfelicie answered 6/4, 2010 at 21:28 Comment(3)
Found this referenced in the duplicate link, look poplar with over 5000 downloads so will give it a try - thanks!Osmium
@James: GraphViz I bet has way more downloads (it's been around since ages) - though it might not qualify as fully managed. :)Felicidadfelicie
Yeah the fully managed part is really important, and it needs to be a libraryOsmium
A
2

http://satsumagraph.sourceforge.net

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

Archambault answered 10/7, 2013 at 8:19 Comment(0)
C
1

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

Tried it before...works great.

Chew answered 6/4, 2010 at 21:31 Comment(1)
Looks more like a charts library unfortunatelyOsmium

© 2022 - 2024 — McMap. All rights reserved.