Skip to content

Commit 7eac5e5

Browse files
authored
Add initial blakettes-Xc.js file with rendering logic
1 parent 2b1669d commit 7eac5e5

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

blakettes-Xc.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)