January 9, 2011

2011.01.09
#html5jam -sad lessons learned: processing.js can't do inheritance, collections, good framerates (except for chrome), or good error messages
#html5jam happy lesson learned: for CW rotation of square size "s", stuff at new (x,y) comes from (y,s-x-1) CCW: (s-y-1,x) Mirror:(s-x-1,y)
#html5jam happy lessons learned "chrome.exe --allow-file-access-from-files" lets chrome ajax open local files.