Does anybody know any sample of graph(vertices connected with edges) 3D visualization written on WPF or Silverlight?
Does anybody know any sample of graph(vertices connected with edges) 3D visualization written on
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.