How draw a tiled image in p5.js?

Hi!
I have a simple question…

How i draw a cyclic y axis image on canvas?

I don’t know if it’s only me… anyway I can’t understand the matter of your question. Can you rephrase your it?

You can use a nested for loop to draw the tile in each cell of the grid.

2 Likes

Do you have any examples of this in operation please?

I don’t have a specific example of using an image, but here is an example that draws a grid of letters:

You’d want to do something very similar, but draw an image instead of a character.