Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WPF-based graph visualization

Tags:

graph

wpf

3d

Does anybody know any sample of graph(vertices connected with edges) 3D visualization written on WPF or Silverlight?

like image 988
Alex Avatar asked Mar 20 '26 17:03

Alex


1 Answers

The only graph viewer for Silverlight I've seen is part of the Silverlight Bag-O-Tricks. I believe this is a port of a WPF project.

I'm not sure if this will meet your 3D requirements. The two 3D graph viewers i've seen are WilmaScope which can find it on sourceforge, and UBIGraph which has a free basic version.

Also, if your interested there's a good package for flash called Prefuse (prefuse.org) which provides graph layouts and much more.

like image 76
Binary Nerd Avatar answered Mar 22 '26 21:03

Binary Nerd