apol657 / processing-mini-apps

Small standalone demos made with Processing
0 stars 1 forks source link

Create a demo using Processing that reacts to keyboard input. #4

Open apol657 opened 3 years ago

apol657 commented 3 years ago

Create a demo using Processing that reacts to keyboard input.

Could be a moving sprite for example, or lighting up areas of the screen based on the key pressed. Anything is welcome.

jilimm commented 3 years ago

Hi could i try working on this?

apol657 commented 3 years ago

Yes of course :)

jilimm commented 3 years ago

what version of processing is the project running on? Im having trouble finding the function loadImage

apol657 commented 3 years ago

Processing is not included as a library in the project, so it depends on which version you have downloaded and linked locally.

Are you sure you're trying to access the method from within a class that extends PApplet, or on a PApplet object?

Screenshot 2020-10-22 205640

I am using version 3.5.4 locally.