NOC week4 : Particles
For this assignment I wanted to play with the color asset of the particle by taking color from the video pixel and add some force to it since I was randomly surfing through the creative code art on the Instagram and wanna try to figure it out.
So in my head, I imagined that the process should be that I could get color/brightness from the pixel array and then draw my own particle array according to that video. So I did but it didn’t seems to work ( I think maybe because of for loop in for loop is maybe too much )
So after that I went back to watch your tutorial about the pixel again to see what I do wrong. And then I try to follow another tutorial of you that do the paint with particles - which got the particles work this time but still couldn’t get the color from the pixel of the video but got some pollock-ish painting instead.
what I think
what i got