Hydra Practice

Made by: Zoey

Try to move your mouse

voronoi(1000,1,1)
  .mult(osc(50,-0.1,8).kaleid(4))
  .modulate(o0, () => mouse.x * 0.0003)
  .out(o0)
osc(50, -0.1, 10)
	.kaleid(100)
	.repeat(8, 5)
	.out()
noise(10, 1) 
  .modulateScrollY(osc(50),0.1,0)
  .rotate( () => time%10 )
  .out(o0)

just move your mouse

osc(5,1,25).color(1,0.5,1).rotate(0, 0.9).kaleid().repeat()
  .scroll(
  () => -mouse.x / width,
  () => -mouse.y / height)
  .out(o0)

just move your mouse

noise([400,200,100,50,25,10].fast(10))
  .color(2,0.7,2)
  .invert([0,1])
  .out(o0)
  • zoey-lin-hydra-practice.txt
  • Last modified: 2023/01/22 00:58
  • by zoey.lin