HELP with Processing project (Post 1 of 2)

I need a ton of help with projects and one is this one I don’t know got to set it up

see his other discussion please before answering

The other discussion is here:

It looks like an academic assignment.

These are simple assignments for beginners and you should be able to do these.

:slight_smile:

1 Like

The prompt asks you to draw dots with random colors.

One way to begin is by browsing the reference and looking basic examples of how to do these things – how to draw a dot (point), how to make a color, and how to make something random.

https://processing.org/reference/
https://processing.org/reference/point_.html
https://processing.org/reference/color_.html
https://processing.org/reference/random_.html

And please keep in mind that we also expect you to contribute before you ask for some full code, we’re here tp help, but we also want to see that you at least tried smth

1 Like