Cross-platform mobile native code frameworks

I am looking for a list of cross-platform frameworks that support the creation of their own C ++ libraries. Most of my legacy codebase is written in C ++, and I would like to deploy my applications using my own code on the phone instead of using the client / server model. Networking will result in delays, reduced performance and poor user experience.

I looked at some of the main ones, such as PhoneGap and Titanium, but I can’t from my sites if they support their native language, or how well they support it. I looked at JUCE, which is a C ++ database, but it is not clear how mature it is.

what i have found so far

  • Juce: open source, small
  • Moai: error documentation
  • Marmalade: stable, mature
  • wxWidgets: beta only

Update

After a couple of years, it seems that Qt has come to the point that it can become a major rival. Other platforms that matured at the time included Unity and Embarcadero.

+3
source share
1 answer

Check MoSync , you can create mobile applications with C, C ++, HTML5, JavaScript. Check their website to find a bunch of technical information.

+2
source

All Articles