We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Pre-newbie, here. Not sure if this is the appropriate section--please feel free to tell me to move the question.
I haven't used Processing, and am deciding whether to explore it or some alternatives first. It would be helpful to see examples of network graphics (e.g. of social network relationships, directed graphs, etc.), preferably with the code that created them. That would give me at least a superficial feel for how easy it is to do what I want to do at this point. Examples with different network formatting options would be helpful. Feel free to point me to particular Processing libraries.
One of the things that's appealing about Processing is how immensely flexible it seems to be. This is good, because in the long run, I'll want to do more complicated things than simply displaying network data. But it's bad, in a sense, because the fact that Processing is used for so many different things, makes it hard to find simple examples of one particular kind--network graphics, in this case. In the short run, that's all that I care about. (Maybe I'm not searching effectively??)
More specifically, my immediate goal is to be able to display neural networks and social networks generated by simulations I'm writing in Clojure. I'll probably be using the clj-processing Clojure wrapper for Processing.
Thanks!
Answers
Just throwing some links around to get things started:
http://www.openprocessing.org/collection/1122
http://christopherwarnow.com/portfolio/?p=278
http://blog.blprnt.com/source-code-tutorial
http://nytlabs.com/projects/cascade.html
Thanks amnon. I had seen the first link but I now see that there seem to be a couple of network examples. I missed them before. The third and fourth links also include some network examples. (I believe that the second link uses Gephi rather than Processing.)
Yeah, the second link uses the Gephi java library in a Processing sketch.
Oh, didn't know you could do that. Very nice.
I had forgotten that in fact the first time I heard of Processing, it was because of its use in a graphical neural network application. I'm just slightly embarrassed that I can contribute an answer to my own question:
Axel Cleeremans' implementation of McClelland's IAC model
Im looking for example too. Have you found something more? If ill find something ill post here.