please format code with </> button * homework policy * asking questions
Hi, I’m new to Processing and coding in general. What is the difference between strings generated class of text versus the typography text() feature in Processing? I’m confused why they needed to be separated. Thank you.
Hell0 @Dun,
The reference gives a good explanation here: https://processing.org/reference/text_.html and here:
https://processing.org/reference/String.html
Hello,
More references for you:
Take a look at the source to see what the Processing function text() is under the hood: processing/PApplet.java at master · processing/processing · GitHub
:)
These are two Different things.