Ash-Haxe icon indicating copy to clipboard operation
Ash-Haxe copied to clipboard

Comparison between different ash ports

Open T1mL3arn opened this issue 9 years ago • 0 comments

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

T1mL3arn avatar Mar 16 '16 05:03 T1mL3arn