Unable to find an explanation of repeat() or simple()

Dear Everyone,

Thanks for the forum! In reading P5.js, I’ve come across the calls simple() and repeat(). For example

repeat(100,700,2,100,500,2,landshape);

But I haven’t been able to find explanations for these function calls in the P5.js reference. Can anyone who uses these calls explain them for me? Thanks!

Hi @Jess97,

what are you referring to? Do you have a link?

Cheers
— mnse

Hello!
On the libraries page of p5.js under the COMMUNITY LIBRARIES, scroll down to simple.js:

After clicking in to the GitHub link, see the contents directory of functions for:
simple() and repeat().

:nerd_face:

3 Likes

Thanks @debxyz – what an awesome library! Glad to know about it. Thanks for the help.

1 Like