nadako / Ash-Haxe

Port of Ash entity framework to Haxe
Other
131 stars 37 forks source link

Comparison between different ash ports #28

Open T1mL3arn opened 8 years ago

T1mL3arn commented 8 years ago

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