1
256b demo for the Tiny Code Christmas - Day 2
Popolon
|
It is interesting to replace the pix line
for i=1,999 do pix((i*J*s(i)+9*s(t/59))%240,(i*9+t)%160,12)end by this: for i=1,999 do pix((i*s(i)+9*s(t/59))%240,(i*9+t)%160,12)end on web version, as it is often slower to render, but on binary version, on desktop computer, the first version give a real sensation in my point of view, of lot of snow with wind, and some flakes that gone slowly on ground |