Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
yuna-wu-destressing-image [2022/12/28 23:47] 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 ☀️ ===
Line 31: Line 33:
 <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> <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> </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.1672300076.txt.gz
  • Last modified: 2022/12/28 23:47
  • by yuna.wu