P5 Concenteric Circles

P5 Concenteric Circles

Here’s a P5js sketch with concentric circles created using a for loop. This is what happens when x += 50. Change x to += a smaller number to draw more circles closer together. This is called iteration. Its one of the best ways to make the code do the work!
There is a bit of randomness hidden behind the commented out code. Remove the // and see what happens.