How do I set an image as a background?

As the question says, how can I set an image as a background in p5? I have a feeling it's pretty easy.

Answers

  • Answer ✓
     image( your_image, 0, 0 ); // ?
    

    Make sure your image is pre-loaded, of course...

Sign In or Register to comment.