Name: FrozenVoid 2011-10-28 11:50
Optimized quasicrystal code: full window size render ~17 seconds for 30 frames
http://pastebin.com/fjLQnbkB
http://pastebin.com/fjLQnbkB
var cos = Math.cos;
for(i=0;i<frcount;i++){//replaces CreateImageData
cache[i]={width:w, height:h, ... };
wint[i]=Uint32Array(cache[i].data.buffer);
}