arairait / phina.js

phina.js is game library
http://phinajs.com
0 stars 0 forks source link

ドキュメント作成フロー #1

Open arairait opened 8 years ago

arairait commented 8 years ago

core & dom

  1. core ... コア拡張
  2. geom ... 幾何学
  3. util ... 便利系
  4. asset ... アセット
  5. input ... 入力
  6. graphics ... 描画
  7. social ... ソーシャル

    game

  8. app
  9. display
  10. game
  11. ui
  12. accessory
  13. effect
arairait commented 8 years ago

まずは game 系をひとつ、app をやってみる。

しかし app をやるには親クラスの EventDisPatherだけは util だがやっておきたい。

arairait commented 8 years ago
arairait commented 8 years ago

interactiveプロパティとの関連。カスタムイベントは拾えるがタッチイベントなどは拾えない? interactiveプロパティをoptionsで設定できないのはわざと?