tmlib.js
高速化 tips
by phi_jp
Agenda
各種ライブラリ描画比較
ゲームライブラリの基本的な描画の流れ
行列計算による高速化
save, restore の使用を避ける
各種ライブラリ描画比較
下記URL参照
http://ics-web.jp/lab/archives/201
pixi.js > tmlib.js > create.js > arctic.js >>> enchant.js
の順番
行列計算の高速化
canvas の translate や rotate, scale には頼らない