We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b1669d commit 7eac5e5Copy full SHA for 7eac5e5
1 file changed
blakettes-Xc.js
@@ -0,0 +1,6 @@
1
+shape(()=>a.fft[1]*4+4).scale(2,2).repeat(()=>a.fft[1]*20,()=>-a.fft[0]*10).color(1,0,1).mult(voronoi(()=>a.fft[0]*30)).kaleid(4).out()
2
+src(o0).out(o1)
3
+src(o1).diff(o0).blend(o0,1.4).rotate(()=>a.fft[1]*3).out(o2)
4
+ render(o2)
5
+a.setBins(4)
6
+a.setSmooth(0.2)
0 commit comments