Hello! I don’t have a lot of code experience, but have been learning a lot about Processing through tutorials, etc.
I have a desire to pull data in from a csv that contains two columns : time (in decimal format) and an integer (that represents a number rating from 0-100)
I would like to draw an organic shape based off these points (see image below). I’m wondering what approach would be best in this situation. I would like the distance from center (or radius) to equal the rating integer and the angle of where the point lies to equal the time.
I’ve attempted to draw shapes, but haven’t gotten close- typically, I end up with a circle with one radius value from the data table.
Also, would the use of an array be helpful to achieve this?
Eventually, I’d also like the points to be rounded (bezier curve potentially?)