Dynamic Network Visualization

Hi All,

After quite some research, I am planning to use p5 for visualizing my network graphs which I want to dynamically render in my wen application but I don't see any documentation on how to create nodes or links in p5. I want to know where to start from? Is there a library in p5 which I can leverage to create my visuals?

Thanks

Answers

  • how to create nodes or links

    What do you mean by this? Maybe p5 is a little too low level for what you intend: you can of course define your own objects that satisfy your requirements; but if I've understood them correctly you won't find this functionality built-in.

    TBH for what you describe D3 might be a better fit...

  • I could deliver code in normal Processing not P5

    PM if you want this

Sign In or Register to comment.