MinaCoding2025_ColorfulRepetition
Repetition In Color
Updated
•1 min read
PixelatedSwirls
For MinaCoding2025 Prompt 29 & 8: Gradient & Colorful, PixelatedSwirls coded in HydraVideoSynth takes a colorful approach through swirls
Poetry
This dream contain colors
Some are vibrant and fuller
Even if less, doesn’t make it duller
For the Swirls takes it course
As the colors, share their force
Images






Code
osc(1,4,4).kaleid(4).scale([0.255,0.5,0.8,0.1,0.3,0.4,1,2].smooth().fast(0.40)).
repeat(3,3).modulateRotate(noise(1,1,1).colorama().pixelate(50,50)).modulateRotate(osc(1,3,2).
modulatePixelate(osc(1,3,1).pixelate(50,50))).luma([0.3,0.4,0.5,0.3,0.2,0.1].smooth().fast(0.40)).out()
speed = 0.25




