Hacker News new | ask | show | jobs
by wiradikusuma 5114 days ago
does anyone know any comparison with similar offerings ("cross native") e.g. Appcelerator?
1 comments

NME is particularily good in building "Flash-like" applications, so mainly games.

I think Appcelerator is more adapted to applications that want to use native UIs elements (menus, buttons, layouts, etc).

Then you can still write an Appcelerator app using Haxe :) https://github.com/skial/haXe-titanium-desktop

I don't know how/if it's possible to mix both, for example embed a NME app inside an Appcelerator app (besides using UI.WebView and embed it as HTML...)