Links:
π p5.js editor: https://editor.p5js.org/
π Interactive Grid with Mouse Location Code: https://editor.p5js.org/pattvira/sketches/6BKfvvffZ
π Introduction to Creative Coding Playlist: https://youtube.com/playlist?list=PL0beHPVMklwgMz4Z-mNp4_udo9mjBk7pn&si=XhvQaojd6cIrxvdn
π Nested Loop: https://youtu.be/A-ebumU7e7s
π 2D Array: https://youtu.be/W9CcEDxdnmg
π 2D Grid w Nested Loop Coding Tutorial: https://youtu.be/UKxB2j4h7Ag
Timestamps:
0:00 Intro
0:28 Creating a grid using a nested loop
1:46 Creating a 2D array to store size data
4:35 Finding the distance between each cell and mouse location