Skip to content

Instantly share code, notes, and snippets.

@march213
Created May 22, 2023 00:41
Show Gist options
  • Save march213/2b5a5d69a0c7c53970ff4d7f86d2660c to your computer and use it in GitHub Desktop.
Save march213/2b5a5d69a0c7c53970ff4d7f86d2660c to your computer and use it in GitHub Desktop.
osc(10,1)
.modulate(noise(1),.22)
.diff(o0)
.modulateScrollY(
osc(10).modulate(osc(1).rotate(), 0.1)
)
.modulateScrollX(osc(0.1, 1), 1)
.scale(.4).color(0.5,1.2,1)
.out()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment