Skip to content

Instantly share code, notes, and snippets.

@TheWispy
Created August 4, 2018 19:56
Show Gist options
  • Save TheWispy/a164616adca50cc3bb546a43c6e07c37 to your computer and use it in GitHub Desktop.
Save TheWispy/a164616adca50cc3bb546a43c6e07c37 to your computer and use it in GitHub Desktop.
Cubish hydra function
pattern = (a, b, c, d) => shape(6,0.3,c).posterize(3).mult(osc(a, d,()=>Math.sin(b*time)).kaleid(3))
pattern(200,2,0.3, 0).rotate(1,1).out(o0)
render(o0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment