Hi I am trying to recreate something I really like the look of but feel like I am not thinking to model it in the right approach.
I feel like an attractor point is needed to model it but not entirely sure of the whole process after that, any advise? I will upload the image, thank you
generally speaking, it looks like you are generating circles centered on a regular grid of points, and the radius of those circles is controlled by attractors of some sort
the distance between two consecutive points measured along X and along Y (which seems the same in your image) is the maximum diameter you want the circles to have in order to avoid overlaps
assuming your attractor will output a value between 0 and 1 for each of your circles, you’ll need to remap those values in the range [minimum_Radius to maximum_Radius], in this case [5 to 25]