Differences

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

Link to this comparison view

Both sides previous revision Previous revision
yuna-wu-hydra-practice [2023/01/30 18:21] yuna.wuyuna-wu-hydra-practice [2023/01/30 18:23] (current) yuna.wu
Line 6: Line 6:
 <code/> <code/>
 //The first one(01) //The first one(01)
 +// licensed with CC BY-NC-SA 4.0 https://creativecommons.org/licenses/by-nc-sa/4.0/
 +//port
 +//by Marianne Teixido
 +//https://marianneteixido.github.io/
 osc(1, 0.9, 0.001) osc(1, 0.9, 0.001)
     .kaleid([3,4,5,7,8,19,10].fast(0.1))     .kaleid([3,4,5,7,8,19,10].fast(0.1))
Line 29: Line 33:
  
 //The second one(02) //The second one(02)
 +// licensed with CC BY-NC-SA 4.0 https://creativecommons.org/licenses/by-nc-sa/4.0/
 +// Sumet
 +// by Rangga Purnama Aji
 +// https://ranggapurnamaaji1.wixsite.com/portfolio
 osc(0.5,1.25).mult(shape(1,0.09).rotate(1.5)) osc(0.5,1.25).mult(shape(1,0.09).rotate(1.5))
   .diff(gradient())   .diff(gradient())
Line 50: Line 58:
 <code/> <code/>
 //The third one(03) //The third one(03)
 +//The third one(03)
 +// licensed with CC BY-NC-SA 4.0 https://creativecommons.org/licenses/by-nc-sa/4.0/
 +// Sumet
 +// by Rangga Purnama Aji
 +// https://ranggapurnamaaji1.wixsite.com/portfolio
 osc(0.5,1.25).mult(shape(1,0.09).rotate(1.5)) osc(0.5,1.25).mult(shape(1,0.09).rotate(1.5))
   .diff(gradient())   .diff(gradient())
Line 72: Line 85:
  
 //The fourth one(04) //The fourth one(04)
 +// licensed with CC BY-NC-SA 4.0 https://creativecommons.org/licenses/by-nc-sa/4.0/
 +// "egg of the phoenix"
 +// Alexandre Rangel
 +// www.alexandrerangel.art.br/hydra.html
 speed=5 speed=5
 shape(100,.15,.5).color(10,10,1) shape(100,.15,.5).color(10,10,1)
Line 100: Line 117:
  
 //The fifth one(05) //The fifth one(05)
 +// licensed with CC BY-NC-SA 4.0 https://creativecommons.org/licenses/by-nc-sa/4.0/
 +// Really Love
 +// by Abhinay Khoparzi
 +// http://khoparzi.com
 osc(100,-0.01245,1) osc(100,-0.01245,1)
   .pixelate(100).kaleid(()=>(Math.sin(time/10)*9+3))   .pixelate(100).kaleid(()=>(Math.sin(time/10)*9+3))
  • yuna-wu-hydra-practice.1675131708.txt.gz
  • Last modified: 2023/01/30 18:21
  • by yuna.wu