I think
this thread might have contributed to this little rant.
I'm not ranting at all.@Mulder-
I'd suggest you have a look through the
Getting started section, and pay particular attention to "Don't start by trying to build a cathedral". This is the usual story of someone thinking they can cherry-pick some complex code from some random source, without having a basic understanding of the core concepts (as you admit yourself: "I don't know.
I do have a very good book by Daniel Shiffman which I'm still in the process of reading. I'm not trying to cherry-pick any code; I simply want to get this example working in Processing 1.x, since I find it very interesting.If I don't understand the former syntax, that precludes understanding the current syntax and being able to change the old code to work."), and then get it to do what they want...
For one thing using external libraries is not something I'd necessarily recommend to a beginner: as you've discovered they're actually often far more susceptible to changes of syntax than the established core. Sure I'll admit that the change to 'frameRate' bugged me slightly, but the interpreter is pretty good at picking up syntax errors like that and pointing you in the right direction (exactly as happens when you use 'framerate'). You're not going to get that kind of hand-holding with an external library.
Hopefully I wouldn't need it. Quote:On the contrary - once you have an understanding of the basics updating old code and getting it to run is a great way to learn.
Since I don't have that skill set yet, and other Processing programmers haven't been able to make it work, I tend to doubt whether understanding the "basics" would do any good in this particular situation. Quote:This has got to change. You need to provide a repository for all the older versions of Processing, and stop playing around with the syntax all the time; this only exacerbates the problem of the syntax you've already changed from prior versions to newer versions. Make up your mind and then leave it alone.
This sounds like you're making demands and stamping your feet: that's not a constructive way to ask for help...