Skip to content

Instantly share code, notes, and snippets.

@march213
Created May 26, 2023 13:02
Show Gist options
  • Save march213/93d264348691821045b2fe34d4d5cbf4 to your computer and use it in GitHub Desktop.
Save march213/93d264348691821045b2fe34d4d5cbf4 to your computer and use it in GitHub Desktop.
osc(60, 0.1)
.colorama(2)
.modulateScale(osc(() => Math.sin(time) + 10, 0.01))
.kaleid(400)
.out(o0)
noise(20)
.modulate(o0, 0.1)
.add(gradient([1,2,4]))
.blend(o0)
.out(o1)
render(o1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment