| >It doesn't really matter, these are just ways to draw into a native window and not the backend that owns that window. I know. I mentioned them because I wanted to give a bit of context. >Without interaction they aren't UI widgets, but merely organized graphics. You are only considering the easy, portable part of a GUI. Again, I know. >Consider the Windows API functions that deal with the GUI: they are comprehensive (particularly with respect to handling input and events),
>reasonably low level and more mature than anything you can design. For sure they have been maintained for a long time but if you have followed the development of the basic ones (edit, checkboxes, combos etc)
and the common control ones (listview, treeeview) etc, you should have known how much they are a pin in the ass when it comes to customize
them (owner drawn and custom drawn). They were never updated by Microsoft but only extended. QT, for example, took the opposite side as an approach.
Everything is stretchable by default. The trend nowadays is to use some sort of chromium embedded engine and building upon that your programs or web apps with CSS&HTML&JS.
Now, the fact that we have tons of RAMS, TBs of hard disks, and missiles as CPUs doesn't justify to have a more than 100GB of desktop
program just to say "Hello World!" >I suggest Dear IMGUI and Qt... Dear ImGUI is more appropriate for games logic than for desktop programs. QT has GBs of DLL you have to bring with you just to say, again, Hello World.
Additionally, you have to follow a university course to understand their policy regarding licences.
For desktop programs there is no need for a retained mode approach. I would consider both: a GUI you can build from an xml-alike file and
by interacting with objects. >what do you want to do for assistive technology? I didn't get it. What do you mean exactly? A similar question like mine: https://www.reddit.com/r/cpp/comments/1eek3a5/what_would_you... |
More generally, what do you plan to do better than current multiplatform GUI libraries? A clear value proposition is necessary.