Piece created with code in Hydra. Hydra is a toolkit for live coding of network visuals created by Olivia Jack (ojack.xyz)
/*
Sedimentation
by Daniel Oropeza
Tw: @ferdoropeza
*/
s0.initImage(
"https://images.pexels.com/photos/6028908/pexels-photo-6028908.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260"
);
src(o0)
.layer(src(o0).add(noise(innerWidth, 0), 0.09)
.layer(src(s0).contrast(1.09).saturate(2.55).modulate(
gradient().modulatePixelate(noise().pixelate(8,8),1,3).brightness(-.5),-0.5)
.mult(gradient().r().repeat(4,4).thresh(0.99,1.9).brightness(.5),2.5)
.saturate(1.55)
.luma(0.39)))
.scrollX([0.001, 0])
.scrollY([0, 0.001])
.modulateScale(osc(4), 0.02, 0.99)
.contrast(1.01)
.scale(1.00000)
.out();
setResolution(1200,1200);