Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save geoff-maddock/1a80d49d95b86633f606353dd7701910 to your computer and use it in GitHub Desktop.
Save geoff-maddock/1a80d49d95b86633f606353dd7701910 to your computer and use it in GitHub Desktop.
// hydra
// LIVE CODING NETWORKED VISUALS
// by Geoff Maddock
// geoff.maddock@gmail.com
osc( 215, 0.1, 2 )
.modulate(
osc( 2, -0.3, 100 )
.rotate(1)
)
.mult(
osc( 2, -0.1, 2)
.pixelate( 100, 0 )
)
.color( 0.9, 0.0, 9 )
.modulate(
osc( 999, -999 )
.rotate( 9 )
)
.add(
osc( 10, -0.9, 900 )
.color(1,90,1)
)
.mult(
shape(90, .4, 10)
.luma()
.repeatX(2)
.repeatY(2)
.colorama(10)
)
.modulate(
osc( 9, -0.3, 900 )
.rotate( 6 )
)
.add(
osc(4, 1, 90)
.color(0.2,0,1)
)
.out()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment