Skip to content

Instantly share code, notes, and snippets.

@TheWispy
Created August 26, 2018 23:28
Show Gist options
  • Save TheWispy/a9835c02782909aff7835a90fc9517d4 to your computer and use it in GitHub Desktop.
Save TheWispy/a9835c02782909aff7835a90fc9517d4 to your computer and use it in GitHub Desktop.
A checkered descending spiral of ahydra patch.
osc(20, 1, 2).color(0.71,0,0.2).rotate(0,1).kaleid(6).diff(noise(2,2)).mult(shape(2,0.6).rotate(1,1)).repeat(2,2).modulate(noise(20,1)).kaleid(6).rotate(1,1).add(o0).scale(0.98).modulate(o0, 0.01).scrollX(()=>Math.sin(0.2*time)*0.01).scrollY(()=>Math.cos(0.2*time)*0.01).mult(noise(20,0.1).pixelate(20,20).contrast(2).rotate(1,-2)).add(o0).scrollY(0.01).scale(0.9).out(o0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment