Fading Grid


Fading Grid


November 10, 2021

example p5.js javascript arrays

This sketch uses a 2D array to hold values, and decreases changes those values to show a fading grid of cells.


Edit this code in the p5.js editor.

fading grid

Remix Ideas

  • Change the number of cells, or their colors.
  • Give each cell a random color.
  • Instead of resetting a cell when the user moves their mouse, reset a random cell every frame.

Arrays Examples

Comments

Happy Coding is a community of folks just like you learning about coding.
Do you have a comment or question? Post it here!

Comments are powered by the Happy Coding forum. This page has a corresponding forum post, and replies to that post show up as comments here. Click the button above to go to the forum to post a comment!