draw() equivalent in other languages?
in
Processing with Other Languages
•
1 year ago
Quite a broad question here. I've started dabbling in some C# recently after getting comfortable with processing as a first language.
I'm curious as to the equivalent of the draw() method in other languages. Would it usually be a matter of using a 'for' or 'while' loop instead? As you can see I'm a little confused where this handy draw() method in processing originally came from?
1