that time
eyes adjusting
reacting to light
from somewhere else
a single curve
sweeps over a body
undulating
curiously entangled with itself
the traces run my retinas in circles
if the mind wanders
who is sleeping?
by thingticketNFT
@thingticket
created with hydra (https://hydra.ojack.xyz/)
curious how hydra works? run the following code at https://hydra.ojack.xyz/ and change some numbers. ctrl+shift+enter to re-run.
solid(0,0,0,1)
.add(shape(2,.005,0)
.scrollY(0.01)
.rotate(()=>2*Math.sin(1/4*time))
)
.modulateRotate(osc(8),3,0.1)
.rotate(0,()=>-.05*Math.sin(time/20))
.modulateRotate(osc(10),2,0)
.rotate(0,()=>.05*Math.sin(time/30))
.modulateRotate(osc(25),.1,0)
.scale(()=>5-Math.abs(5*Math.cos(time/20)))
.diff(src(o0).diff(osc(4,-.5,0).kaleid(60).rotate(0,.01))
.scrollY([0.001,0.001,0.001,0.001,-0.001,-0.001,-0.001,-0.001])
.scrollX([0,0,0.001,0.001,0,0,-0.001,-0.001])
)
.out(o0)