This is an old revision of the document!
Destressing Images
By: Yuna Wu
Still working on it to put all the pieces together 🙌🏻
Sun ☀️
//Sun //wave s0.initScreen() src(s0) .add(noise(10, 0.1), 0.01) //.color(0,3,5) .modulateScrollY(osc(20),0.1,0) //.layer(shape(4)) //.add(shape(999)) //kaleid .add(osc(25,-0.1,0.5)) .kaleid(30) .scroll(0.24,-0.83,0,0) .scale(1.7) .blend(s0,0.5) .out(o0)
Ocean 🌊
//wave s0.initScreen() src(s0) .add(noise(10, 0.1), 0.01) //.color(0,3,5) .modulateScrollY(osc(20) .scroll( () => -mouse.x / width, () => -mouse.y / height),0.1,0) //.layer(shape(4)) //.add(shape(999)) .out(o0)