Hello all.
I’m new to the Haxe ecosystem coming from JS, Swift (Mac) and C# (Win). For the last two weeks, I learned Haxe in the CLI on my Mac and I have tried to find the right tools for developing mobile applications. I really like coding in Haxe. It is like Swift and Kotlin just more potent. But also more difficult to get working due to so many choices and the lack of tutorials and up-to-date books. It’s like the rest of the world forgot Haxe and Haxe forgot the world while living and evolving unnoticed.
Problem: So far I have looked at HaxeUI and HashLink but I can’t seem to find out how to get it to work. As far as I can read HaxeUI does not support HashLink.
Q: But how to then use HaxeUI with Haxe?
My vision was to use Haxe as I would Swift for IOS or Kotlin for Android, and I imagined it only was a matter of finding the right tools and libraries.
Q: So now I think it is time to ask for a little help. Does anyone like to share what the best tools for developing native IOS and Android apps in Haxe are, and what the best toolchain is?
My plan was to use:
Haxe HaxeUI and HashLink to C
Fastlane to automate native compilation in Xcode and Android Studio, for building to simulators and for publishing.
It sounded simple enough and logic to me but…Maybe I’m doing it all wrong. Maybe Haxe and a UI has a better way of doing things for native mobile app development.