Forgive me as perhaps it’s been a while but I was exploring sketches on OpenProcessing, like this one, and I found that they were written in a slightly different language.
https://www.openprocessing.org/sketch/445849/
What’s going on here? I thoughy all Processing was Processing? Is this a new version?
This is written in p5 the JavaScript counterpart to processing, you can convert between the two, however processing makes use of java data structures as opposed to JavaScript data structures and is strongly typed.
It’s so nice when everything works together. Like the Processing and Arduino IDE. No need to memorize where the semicolon goes in 5 different languages in 5 different places.