On Sun, 21 Oct 2012 23:46:37 +0200 Johan Vromans wrote:
JV> Vadim Zeitlin <
va...@wxwidgets.org> writes:
JV>
JV> > Not until someone writes wxMSW/RT port. The good news is that it should,
JV> > in principle, be possible as RT does have a C++ API (WRT) and it even can
JV> > be used without compiler-specific extensions (although it's much simpler to
JV> > use with them). The bad news is that somebody still has to do it and AFAIK
JV> > nobody started doing it yet.
JV>
JV> That is real bad news.
JV>
JV> The desktop is currently being overtaken by Android tablets, Windows
JV> tablets, iPads, iPhones, and so on. None of these will be able to run Wx
JV> applications.
JV>
JV> What do you consider the future for Wx?
First of all, I think the desktop will stay here for the observable
future and wx will keep working on it. Second, it would be definitely great
to have wxiOS (partially existing and definitely the simplest to write),
wxAndroid (much talked about but rather difficult to do) and wxWinRT
(intermediate in terms of complexity) ports but we don't have any
possibility to do either of them now as they would require many
person-months of work and we simply don't have enough resources.
So unless someone decides to work on any of these ports or donate to fund
their development it seems likely that wx will remain limited to the
traditional desktop systems. But this is not as much a bad news as absence
of good news. And, again, I don't think the desktop GUIs are going to just
disappear any time soon. However if you need to target tablets or phones,
then wx is not the right choice -- HTML5 + JS is AFAIK the only portable
solution in this case.