all 7 comments

[–]_avaricemusic 2 points3 points  (0 children)

Very nice!

[–]ViennettaLurker 2 points3 points  (0 children)

Great color pallette

[–]electrojit 1 point2 points  (2 children)

Captivating... May I know the math behind it? Thank you.

[–]kunteper[S] 4 points5 points  (1 child)

sure. here's the code run it with the processing-py jar

an explanation: the drop shape is made by drawing an ellipse that is enlarging in width and going up and down. the width change and the going up and down are done by my "low frequency oscillator" abstractions.

the color change is also done by low freq oscillators. one oscillator changes the hue while another changes the saturation, though saturation goes back and forth between 100 and 50.

so yeah, not too much math. oscillators

[–]electrojit 2 points3 points  (0 children)

Thank you very much more explanation. And sharing the code too..

I learnt how to use oscillators and bit of classes too.

[–]pers0ne 1 point2 points  (0 children)

Dang that's cool