> Java Swing still lets you make native-looking-and-feeling apps (with some care). I don't know of any new GUI frameworks that let you do the same.
That's the whole raison d'ĂȘtre of the (C++) wxWidgets toolkit. [0] It fully commits to using native GUI widgets, rather than impersonating them. (That is, it wraps various other toolkits.)
As others have pointed out, the other major cross-platform toolkits (Qt, GTK) also do a pretty good job.
That's the whole raison d'ĂȘtre of the (C++) wxWidgets toolkit. [0] It fully commits to using native GUI widgets, rather than impersonating them. (That is, it wraps various other toolkits.)
As others have pointed out, the other major cross-platform toolkits (Qt, GTK) also do a pretty good job.
[0] https://wxwidgets.org/