Pattern Tiles

I started working on a new p5js sketch this week to make seamless background patterns. I started with an underlying grid and walked over each of those cells, adding a piece to this worm-like pattern. Some will continue on to the next cell. Others will terminate and start a new part of the pattern.

I also started working with fx(params) for this sketch. Once I find a pattern I like, I can then change the colors and the density of the worms through the new fx(params) module.