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:40] 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?400|}}+{{::yuna-final-version-separate-sky.png?800|}}
  
 <code/> <code/>
Line 25: Line 27:
   .out(o0)   .out(o0)
 </code> </code>
 +
 +{{::yuna-images-sun.png?800|}}
  
 <HTML> <HTML>
- <iframe src = "https://hydra.ojack.xyz/?code=JTJGJTJGU3VuJTBBJTJGJTJGd2F2ZSUwQXMwLmluaXRTY3JlZW4oKSUwQXNyYyhzMCklMEEuYWRkKG5vaXNlKDEwJTJDJTIwMC4xKSUyQyUyMDAuMDEpJTBBJTIwJTIwJTJGJTJGLmNvbG9yKDAlMkMzJTJDNSklMEEubW9kdWxhdGVTY3JvbGxZKG9zYygyMCklMkMwLjElMkMwKSUwQSUyRiUyRi5sYXllcihzaGFwZSg0KSklMEElMkYlMkYuYWRkKHNoYXBlKDk5OSkpJTBBJTJGJTJGa2FsZWlkJTBBLmFkZChvc2MoMjUlMkMtMC4xJTJDMC41KSklMEEua2FsZWlkKDMwKSUwQS5zY3JvbGwoMC4yNCUyQy0wLjgzJTJDMCUyQzApJTBBLnNjYWxlKDEuNyklMEEuYmxlbmQoczAlMkMwLjUpJTBBJTIwJTIwLm91dChvMCklMEE%3D" width = "100%" height = "900"> </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="315src="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.1672299632.txt.gz
  • Last modified: 2022/12/28 23:40
  • by yuna.wu