This is an old revision of the document!


By Yiler Huang

These are the sketches I made when I first started learning Hydra.

1

voronoi(50)
	.invert()
	.color(0.5, 0.211, 1.497)
	.modulateRepeat(osc(10), 10, 10, 0, 10)
	.scrollX(10,0.5)
	.out();

2

speed = 5
osc(6, 0, 8)
  .color(1.14, 0.6,.80)
  .repeat(() => mouse.x/10)
  .kaleid(100)
  .pixelate(10)
  .modulateRepeat(osc(10), 3.0, 3.0, 1, -0.5)
  .out()

3

shape(0.055, 0)
	.rotate(7.233, 2.372)
	.kaleid(1.519)
	.repeat(111.965)
	.modulatePixelate(noise(2.925, 2.38), 124.907)
	.scrollX(1.174, 1)
	.out();

4

speed = 0.001

noise(10).color(1,1,1).colorama().repeat(100).modulatePixelate(noise(10,10),100).out()

5

speed = 0.01

s0.initCam();
osc(s0)
	.rotate(13.13)
	.out();
osc(4.156, 4.89)
	.mult(osc(8.128, 0.667, 8.721))
	.color(1.354, 1, 0.799)
	.rotate(12.282)
	.repeat(29.244)
	.modulatePixelate(noise(10.279, 17.631), 19.723)
	.kaleid(14.887)
	.out();
  • yiler-huang-hydra-practice.1672023458.txt.gz
  • Last modified: 2022/12/25 18:57
  • by yiler.huang