hydra image buffers
Continuing on the same bit, but we're now adding a second gradient output and then mixing them together for the final output:
speed = .33
osc(10, [.2, -.4, .04].smooth(0.05), [0, Math.PI/2].smooth(.1))
.colorama([0.005,0.33,0.66,1.0].smooth(1))
.luma(.3, .3)
.posterize(7)
.modulateRepeat(osc([3,13].fast(.5)).rotate(Math.PI/2)).out(o0)
gradient(Math.PI)
.rotate(5, .5)
.repeat()
.modulateRepeat(voronoi(9)).out(o1)
src(o0).add(src(o1), 1)
.modulateHue(osc())
.luma(.7)
.out(o2)
render(o2)
#creativecoding #videosynth #vsynth #hydra #livecoding #js #Math.PI