nadako / Ash-Haxe

Port of Ash entity framework to Haxe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Comparison between different ash ports

T1mL3arn opened this issue · comments

commented

A sort of comparison, just for the note.

Ash-Haxe hx-ash
ash package
+ optimised ClassMap - not optimised ClassMap
ash.core package
- no entity id + entity id
- no @optional for nodes + @optional for nodes
ash.fsm package
+ hasState() method - no hasState()
? createInstance() ? createEmptyInstance()
+ java compile fix
ash.tools package
? createInstance() ? createEmptyInstance()
asteroids example
+ in development - stopped
tests
different for both