Skip to content

Instantly share code, notes, and snippets.

@TheWispy
Created March 22, 2018 18:23
Show Gist options
  • Save TheWispy/7d7ec6143ad9cadacbd948c4eabd11f3 to your computer and use it in GitHub Desktop.
Save TheWispy/7d7ec6143ad9cadacbd948c4eabd11f3 to your computer and use it in GitHub Desktop.
Nice hydra patch 0
o0.osc(30).color([1,1,1]).rotate((t)=>0.5*Math.random()).kaleid(5).rotate(1,1).posterize(3).modulate(o1)
o1.osc(40).modulate(o0).color([1,0,0]).add(o0).diff(o2).kaleid(3).posterize(2).rotate(1,4).contrast(2)
o2.osc(50).color([0.5,1,0]).kaleid(4).modulate(o0).modulate(o1)
render(o1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment