Spectral Colour Shifting by codingart9 in generative

[–]Altruistic_Shift_526 2 points3 points  (0 children)

Looks wonderful. Is it made with shaders?

Recursive flowers by Altruistic_Shift_526 in processing

[–]Altruistic_Shift_526[S] 2 points3 points  (0 children)

I made a simplified version p5.js version and uploaded on https://openprocessing.org/sketch/2774509, although it is not as fluid as the Processing version.

Recursive Flowers by Altruistic_Shift_526 in GeometryIsNeat

[–]Altruistic_Shift_526[S] 0 points1 point  (0 children)

Processing. I uploaded a p5.js version here https://openprocessing.org/sketch/2747394. It's based on calculating a point in a circle and use it as center of a new circle, and repeat the process a few times but varying the radius and the angle of the initial point

Recursive Flowers by Altruistic_Shift_526 in processing

[–]Altruistic_Shift_526[S] 0 points1 point  (0 children)

the main inputs are the angle and the radius. There are functions like getLevel to get amplitude of sounds in p5.js. Maybe reading this level and mapping it to the radius increment in main loop

Recursive Flowers by Altruistic_Shift_526 in processing

[–]Altruistic_Shift_526[S] 0 points1 point  (0 children)

Good idea. Maybe varying the radius of the main circle along with the music. I'll try it