Collab with @jotta_rs
Piece created with code in Hydra for #HENreunion.
/*
Tide of pixels
by Jotta_rs & Daniel Oropeza
*/
src(o0)
.contrast(1.01)
.saturate(0.944)
.layer(osc(5, 0.1)
.thresh(1, 0.15)
.colorama(10)
.color(5, 1, 3)
.modulate(noise(1, 0.1)))
.modulate(
gradient()
.pixelate(2, 2)
.brightness(-0.5)
.color(.8, 1)
.mult(noise(8, .1)
.pixelate(2, 2)
.brightness(1)
.posterize(4, 1)
.brightness(-100), -0.15))
.layer(osc(5, 0.01)
.thresh(0.95, 0.05)
.rotate(180)
.modulateScale(osc(15, 0.08)
.rotate(180)))
.layer(src(o0)
.scale(0.999)
.modulatePixelate(voronoi(15, 0.07)
.pixelate(8, 8), 1024, 8))
.colorama(0.0001)
.modulate(
osc(12, 0, 1.5)
.brightness(-.5)
.modulateHue(o0,20)
.modulate(
osc(8,0,[1.5,0].ease()).brightness(-.5) .colorama(0.02)
).rotate().modulate(gradient().sub(gradient()),1),.002).layer(
osc(60,0.1,[1.5,0].fit().smooth().fast(1 / 10))
.mask(shape(2,0.1,0).modulateScrollY(o0,.5).rotate(()=>time/width).modulate(
osc(8,0.3,1.5))))
.out();