// fork from tw:ina_ani:シンプル
addDescription("h1","ワイヤーワールド")

scale(2)
 loop(100)
  shift(rand()-0.5,rand()-0.5)
   rotate(rand())
    scale(5,0.002*rand())
     ss("transparent")
      fs(rgba(0,0,255,rand()/2))
       rect() loop(500)
 loop(500)
  shift(rand()-0.5,rand()-0.5)
   rotate(rand())
    scale(5,0.005*rand()*rand())
     ss("transparent")
      fs(rgba(255,0,0,rand()/2))
       rect()
tw:ina_ani
mce2
1383053665