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.

Revisions

  1. march213 created this gist May 22, 2023.
    9 changes: 9 additions & 0 deletions hydra-1
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    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()