Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
yuna-wu-destressing-image [2022/12/28 23:36] – created yuna.wu | yuna-wu-destressing-image [2023/01/29 23:27] (current) – yuna.wu | ||
---|---|---|---|
Line 3: | Line 3: | ||
Still working on it to put all the pieces together 🙌🏻 | Still working on it to put all the pieces together 🙌🏻 | ||
+ | |||
+ | Pieces of my Destressing Images.⬇️⬇️⬇️ | ||
=== Sun ☀️ === | === Sun ☀️ === | ||
+ | {{:: | ||
+ | |||
+ | < | ||
+ | //Sun | ||
+ | //wave | ||
+ | s0.initScreen() | ||
+ | src(s0) | ||
+ | .add(noise(10, | ||
+ | // | ||
+ | .modulateScrollY(osc(20), | ||
+ | // | ||
+ | // | ||
+ | //kaleid | ||
+ | .add(osc(25, | ||
+ | .kaleid(30) | ||
+ | .scroll(0.24, | ||
+ | .scale(1.7) | ||
+ | .blend(s0, | ||
+ | .out(o0) | ||
+ | </ | ||
+ | |||
+ | {{:: | ||
+ | |||
+ | < | ||
+ | <iframe width=" | ||
+ | </ | ||
+ | |||
+ | === Ocean 🌊 === | ||
+ | {{:: | ||
+ | |||
+ | < | ||
+ | //wave | ||
+ | s0.initScreen() | ||
+ | src(s0) | ||
+ | .add(noise(10, | ||
+ | // | ||
+ | .modulateScrollY(osc(20) | ||
+ | .scroll( | ||
+ | () => -mouse.x / width, | ||
+ | () => -mouse.y / height), | ||
+ | // | ||
+ | // | ||
+ | .out(o0) | ||
+ | </ | ||
+ | |||
+ | {{:: | ||
+ | |||
+ | < | ||
+ | <iframe width=" | ||
+ | </ | ||
+ | |||
+ | === Boat 🛳️ === | ||
+ | {{:: | ||
+ | |||
+ | === Bird 🦋 === | ||
+ | {{:: |