Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Acid - final release

Name: FrozenVoid 2011-10-28 11:50

Optimized quasicrystal code: full window size render ~17 seconds for 30 frames
http://pastebin.com/fjLQnbkB

Name: FrozenVoid !!mJCwdV5J0Xy2A21 2011-11-04 22:11

|0) is used to force JS to convert to int32, it can be ommited from both examples and it will run too.
  xsum*(((xsum>0)<<1)-1)
one multiply one sub one shift one compare. In C code there are faster bithacks to get abs value, like  (x ^ (x >> 31)) - (x >> 31) for ints
but this works for anything and not arch-specific.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List