Data visualization in p5.js

edited December 2016 in p5.js

Hi, I'll make a music chart based interactive data visualisation piece using p5.js. Something similar to this -->poly-graph.co/billboard/

Please, could someone tell me the steps I need to take in order to make something like this? It's for a university project and your help would be much appreciated. Thank you

Answers

  • the steps I need to take in order to make something like this?

    There aren't steps in a particular sequence. This is a challenging, complicated design -- if this is a beginning programming project, you may want to attempt a simpler.

    If you are interested in creating line charts (including animated charts) in p5.js, check out the Processing Libraries list, in particular the Grafica Library for p5.js.

    GICentre Utils also has a charts library, but I'm not sure if it works with p5.js or just with Processing (Java mode).

    Depending on whether your project is specifically to use Processing, you may also want to consider other related tools -- such as D3, the Hype framework, or Three.js.

Sign In or Register to comment.