wxWidgets support iOS and Android? Topic is solved

Do you have a typical platform dependent issue you're battling with ? Ask it here. Make sure you mention your platform, compiler, and wxWidgets version.
Post Reply
gpu
Experienced Solver
Experienced Solver
Posts: 92
Joined: Tue Aug 12, 2014 3:46 am

wxWidgets support iOS and Android?

Post by gpu »

does wxWidgets support iOS and Android ?
And what the normal way to apply applications across different platform?
User avatar
doublemax
Moderator
Moderator
Posts: 19116
Joined: Fri Apr 21, 2006 8:03 pm
Location: $FCE2

Re: wxWidgets support iOS and Android?

Post by doublemax »

iOS support hasn't improved much since GSoC2011. This is still the current state:
https://www.youtube.com/watch?v=PTbFj9dqROs

The Android port was part of GSoC2014, i haven't tried yet how complete its current implementation is.
Use the source, Luke!
gpu
Experienced Solver
Experienced Solver
Posts: 92
Joined: Tue Aug 12, 2014 3:46 am

Re: wxWidgets support iOS and Android?

Post by gpu »

thank you ,and where are their download link?
I saw form http://wiki.wxwidgets.org/About
mobile platforms including Windows Mobile, iPhone SDK and embedded GTK+.
And how is it support for Windows Phone? where to download ?
gpu
Experienced Solver
Experienced Solver
Posts: 92
Joined: Tue Aug 12, 2014 3:46 am

Re: wxWidgets support iOS and Android?

Post by gpu »

is it http://wiki.pypt.lt/wxios?
how does it work now? very well?
User avatar
doublemax
Moderator
Moderator
Posts: 19116
Joined: Fri Apr 21, 2006 8:03 pm
Location: $FCE2

Re: wxWidgets support iOS and Android?

Post by doublemax »

And how is it support for Windows Phone? where to download ?
The "Windows Phone" they're talking about here, is the "old" Windows Mobile. There is no support for recent Windows Phone.
is it http://wiki.pypt.lt/wxios?
how does it work now? very well?
This is the GSoC project that started the wxIOS port. But it hasn't seen any progress in 3 years. The YT video shows the current status. You can do simple things, but it's probably not ready for production work.
Use the source, Luke!
AuroraGH
In need of some credit
In need of some credit
Posts: 4
Joined: Wed Nov 04, 2015 7:26 pm

Re: wxWidgets support iOS and Android?

Post by AuroraGH »

How do I get the iOS code? I found a url for a svn repo viewer - but I can't find the magic incantation to download the whole thing at once.

I don't need all the UI to work. But I'm interested in porting OpenCPN to iPad and unfortunately, wxString and some other utility classes are strewn all over the code base. If the foundation portions are done - I could just use those and write a regular Cocoa UI atop it.
User avatar
doublemax
Moderator
Moderator
Posts: 19116
Joined: Fri Apr 21, 2006 8:03 pm
Location: $FCE2

Re: wxWidgets support iOS and Android?

Post by doublemax »

https://github.com/wxWidgets/wxWidgets/ ... 2011_WXIOS

It hasn't been touched for years, so it'll probably need some work to make it compile with current compilers.
Use the source, Luke!
Post Reply