Ash-Haxe
Ash-Haxe copied to clipboard
Comparison between different ash ports
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 |