How to get hits for Processing on search engine

Hello?

If I need to look something up on Google about Processing what is the best search term for getting relevant hits? “Processing” itself won’t do as it is too general.

processing plus a keyword seems to work for me. The first hit for processing array is a link to array in Processing’s reference.

As search has gotten worse in the past decade, increasing recently, it is now probably best to think through what you’re searching for and go to a specific place to search for it. Some ideas:

  • Need example code about a function or basic Processing stuff? Search on Processing.org Technically, it uses Google search engine specifically on the Processing website
  • More complex ideas, concepts or want to see example programs? Try the Processing subreddit search. You can check the box next to *limit my search to r/processing*.
  • Stack Overflow has gone downhill since they made the site crappy and signed a deal with OpenAI, but still has some useful information with the processing tag . You can add that tag to a search.
  • OpenProcessing has a search and is a good place to see example sketches and study people’s code