I’m looking for an UI framework that will let me create a C++ application looking/behaving native on both mac and win. By native I mean the approach similar to, say, IBM’s AWT/SWT on Java.
Six years ago there was no such thing around, is there something now?
Thank you in advance.
Qt and wxWidgets are good. But as far as I know, there is really no library that gives a entirely native look and feel.
If it is really important, I suggest you create a native application for each system and factor out the common code.