#Tezos4Tezos Event.
Piece created with code in Hydra. Hydra is a toolkit for live coding of network visuals created by Olivia Jack (ojack.xyz)
/*
Crossing Colors
by Daniel Oropeza
Tw: @ferdoropeza
*/
src(o0)
.layer(osc()
.rotate(0.0, [0.000004, 0.0, -0.000004].ease('sin'))
.layer(src(o0))
)
.layer(osc(30, 0.1, 300)
.rotate()
.pixelate()
.modulatePixelate(o0, () => Math.sin(time * 0.01) * innerHeight * 0.2, () => Math.sin(time * 0.01) * innerWidth * 0.2)
.mask(voronoi(8, 1)
.mask(osc(300, 0.1, 300)
.color(() => Math.sin(time) * 0.5, () => Math.cos(time) * 0.7, () => Math.cos(time) * -1)
.colorama([0.1, 0.3, 0.5, 0.3, 0.999, 0.002].smooth(0)
.fast(.25))
.rotate(0.0, [0.000004, 0.0, -0.000004].ease('sin'))
.layer(src(o0).add(src(o0).modulate(
osc(6,0,1.5).brightness(-.5).modulate(noise(3,.1).modulatePixelate(
noise(3,.1).thresh(),504,8).add(gradient(),-1),1)
.add(gradient().brightness(-.5),.5)
,-.01)))
.luma()
.invert()
.luma()
)))
.saturate(1.009)
.modulateHue(src(o0)
.scale(1.01), 3)
.add(noise(innerWidth, 0), 0.05)
.out(o0)
setResolution(1080,1080);