We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hey everybody
I'm really new at processing - and i've run into my first problem:
Every test i try to run it says that i can't have variables in my size collumn. How do i change this? It says this in every file, do i need to download anything from the library?
Thanks a lot!
Answers
https://Processing.org/reference/settings_.html
I can't see how this link helps me.
see the size() reference
since v3 size() has to contain only numbers.
But under the Pixelpusher examples there's almost only these codes?
And then the canvasW and canvasH is defined other place in the codes as a "int"
and that's where the new settings() method comes in...
So i have to add new code to make these examples to work? And what do i have to write?
Sorry, i'm just learning to code - but nice with the quick answers!
move size() from setup() into a new settings() method. see bottom example in settings() reference.
I get the meaning of this, but it messes up a stride code.
What "stride code"? We can only see the three lines of code you've posted. Please provide links.