Skip to content

Instantly share code, notes, and snippets.

@march213
Created May 22, 2023 16:35
Show Gist options
  • Save march213/1727afa1eae3e1935ed47179d5ded2dd to your computer and use it in GitHub Desktop.
Save march213/1727afa1eae3e1935ed47179d5ded2dd to your computer and use it in GitHub Desktop.
osc(20, -0.01, 1)
.repeat(7,7)
.scale(() => Math.sin(time) * 10 + 20, 0.5)
.kaleid(20)
.rotate(() => time)
.out(o0);
noise(15, 0.3)
.scale(0.001)
.out(o1);
src(o0).modulate(o1, 0.4).out(o2);
render(o2);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment