I suppose what I am asking for an overview as to the degree to which the sketch making process is changing and how much the final 2.0 update will affect the examples and guides in the popular processing books as found in the books section
I am just learning processing and am trying stuff out with mapping and writing to external files (from ben frys book).
I have reached a stage and I am really not sure where to go.
I want to take input from 5 textareas and add it to a tsv I have in /data, using a button from controlp5
I want to allow that button to write to a new line each time it is pressed
and I would like to write these new lines to a tsv that is already being read by the app, is that possible?
basically my aim is to add some circles to a map from within the application and for them to appear when you press the button, but be saved to the tsv when the application is closed.
Hi there, I am trying to run the code at this
Link. However, when I try to run this and a few other PDEs from the Generative Design website they give the error I have titled this post with.
I am running 2.08b and it says that these programs only work up to 6b but I want to know why it does not work and how to get it working.
Ok, so I am trying to get data from the csv file in my data folder into processing to map some coordinates in my sketch but nothing I have tried seems to work. Here is the code I am using to load the data from my csv file. Would love if someone could help