Search code examples
c++user-interfaceuser-friendlyeasygui

to program GUI app , what will be the must user and developer frendly toolkit in c++


i like to build desktop application , that will be must user friendly in view what i mean is that the look and feel will be natural in the way the user used to see windows apps . and this toolkit/framework to be as much as possible easy fast to develop from the developer side in c++ .


Solution

  • Could we ask some more questions, what do you mean by user friendly(system integration easy keybingings/Accessibility)?

    Which platforms(windows only? You seem to indicate this, if so xp-7? Would fairly easy crossplatform support be a plus))?

    Do you want a form builder? an ide? special libraries?

    open source or closed source? do you mind paying?

    • qt is probably the most recommended option although there is also
    • FLTK
    • Juce
    • wxwidgets
    • gtk+(c based or use with gtk-- a c++ wrapper)