Social Network Graph Visualization
in
Programming Questions
•
7 months ago
I would like to create a 3d undirected social network graph showing the ties between people in a network. Much like the "Smiling in a Facebook Network" examples here http://christakis.med.harvard.edu/pages/research/r-images.html
I was wondering, what would be my best bet for creating something similar in Processing? Is there a library that will achieve this? Is there a 3d graph algorithm that I could just implement myself?
Thank you very much
1