Questions tagged [processing]

Processing is an open source programming language and integrated development environment (IDE) built with the purpose of teaching the fundamentals of computer programming in a visual context.

8 questions
3
votes
1 answer

Issue with size() function in Processing language?

I´m new to the Processing language. Trying to do my first sketch I´m having trouble with the dimension of the display window width and height because even though I´ve tried putting a variety of values in the size() function, the size of the window…
1
vote
1 answer

How does Processing language relate to the industry standard?

Here are its docs: https://processing.org/reference. Processing is described as a 'language built with the purpose of teaching non-programmers the fundamentals of computer programming in a visual context'. However, how does this language relate to…