ALGORAVE
5/5 + 5/7
Two days of live coding
Starting 2PM ET
Featuring:
Haz + Hannah + Nikki
Pari + Yeji
Brody + Miles + Xavier
Charlotte + Catalina
Tabi
Matthew
(see the livestream archive)
Website by Melody Loveless || View Source
Archive: Spring 2020 Algorave
solid(1, 0, 0.49)
.blend(
voronoi([4,20].ease('sin').fast(0.2))
.rotate(0,0.4)
.modulatePixelate(noise(10).scrollY(0,0.2))
.luma(0.6)
.repeat(4,4)
.rotate(0.5,-1),
0.75)
.rotate(0.5,1.1)
.brightness([0.01, 0.35].ease('easeInCubic').fast(0.5))
.contrast([1,2.2].ease('easeInCubic').fast(0.25))
.pixelate([25,300,100].fast(1).ease('easeOutQuad'), [100,300,25].ease('easeOutQuad').fast(0.99))
.blend(src(o0).hue([0,-0.001].ease('sin')).hue(()=>(mouse.x/10000)* (-1)).rotate(0.01).contrast(1.5), 0.1)
.blend(src(o0).contrast(), 0.2)
.blend(src(o0).posterize(15).contrast(1.04), [0.5, 0.4].ease('easeOutQuad').fast(2))
.blend(src(o0).scale(1.01), [0.4, 1].ease('sin')) // growing
.out(o0)