Skip to content

Instantly share code, notes, and snippets.

@TheWispy
Created May 23, 2018 01:47
Show Gist options
  • Save TheWispy/4e80ec08ab66e096511ed3edb05139db to your computer and use it in GitHub Desktop.
Save TheWispy/4e80ec08ab66e096511ed3edb05139db to your computer and use it in GitHub Desktop.
RGY hydra patch.js
osc(21,0,1).color(1,0.7,0.2).rotate(0.53,1).kaleid(6).modulate(o2,0.09).rotate(3,3).out(o0)
osc(10,-1).color(0,1,0.2).diff(o0,0.5).kaleid(2).rotate(1,2).out(o1)
osc(70,1).color(1,1,1).posterize(5).blend(o0,0.5).modulate(o1,0.05).brightness(0.2).contrast(3).kaleid(4).rotate(1,3).scrollY(1,0.3).kaleid(2).out(o2)
osc(10,2,2).color(1,1,0).kaleid(3).scrollX(1,-2).posterize(3).brightness(0.2).contrast(3).kaleid(2).out(o3)
render()
@TheWispy
Copy link
Author

Thought I'd start sticking my hydra patches on here for documentation purposes. Feel free to nick/credit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment