Skip to content

Instantly share code, notes, and snippets.

@beryann
Created November 13, 2024 09:13
Show Gist options
  • Save beryann/ab6c0787ea2e4c6a76127288312760a4 to your computer and use it in GitHub Desktop.
Save beryann/ab6c0787ea2e4c6a76127288312760a4 to your computer and use it in GitHub Desktop.
Galaxies fugitives with Hydra video synth
speed = 1.5
noise(10)
.color(() => Math.sin(time), 0.3, 0.9)
.modulate(gradient(), 0.2)
.luma(0.5, 0.3)
.modulate(gradient(0.8))
.colorama(-20)
.scale(3)
.out()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment