Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
yuna-wu-destressing-image [2022/12/28 23:36] – created yuna.wuyuna-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 ☀️ ===
 +{{::yuna-final-version-separate-sky.png?800|}}
 +
 +<code/>
 +//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)
 +</code>
 +
 +{{::yuna-images-sun.png?800|}}
 +
 +<HTML>
 +<iframe width="560" height="315" src="https://www.youtube.com/embed/2MS7SwNfldo" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
 +</HTML>
 +
 +=== Ocean 🌊 ===
 +{{::yuna-final-version-separate-ocean.png?800|}}
 +
 +<code>
 +//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)
 +</code>
 +
 +{{::yuna-images-ocean.png?800|}}
 +
 +<HTML>
 +<iframe width="560" height="315" src="https://www.youtube.com/embed/0a8cwfHQ8R4" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
 +</HTML>
 +
 +=== Boat 🛳️ ===
 +{{::yuna-final-version-separate-boat.png?800|}}
 +
 +=== Bird 🦋 ===
 +{{::yuna-final-version-separate-birds.png?800|}}
  • yuna-wu-destressing-image.1672299363.txt.gz
  • Last modified: 2022/12/28 23:36
  • by yuna.wu