Getting list of filenames in a folder

Alternatively, if a PApplet member happens to be static, variable this can be replaced w/ PApplet: :nerd_face:

  1. rnd = round(random(width)) -> Python’s builtin version.
  2. rnd = this.round(random(width)) -> PApplet version.
  3. rnd = PApplet.round(random(width)) -> PApplet version too.
1 Like