Best IDE Designer GUI

Asked

Viewed 627 times

1

I am currently using Visual Studio 2012, and to create window applications, I need to use C++/CLI, but I saw that it is outdated (wikipedia). What would be another alternative? Wxwidgets is recommended?

  • What is your definition of "better"? And what is the origin of being "outdated"?

  • 5

    For C++ I recommend a look at Qt, which goes far beyond windows. Now, it is a complicated question, because it attracts answers of "evangelization", both because it is very open and because it depends on opinions.

1 answer

2

wxWidgets is excellent and quite complete. Vc also has several other component libraries to choose from.

A good page to start is this: https://en.wikipedia.org/wiki/List_of_widget_toolkits this compares with wxWidgets: https://wiki.wxwidgets.org/WxWidgets_Compared_To_Other_Toolkits

Now do not confuse component library with GUI to mount screens. They are 2 separate things. No software to assemble screens will suit you completely. Soon the screen becomes too complex for any screen assembler to follow. You can use wxFormBuilder or wxSmith from Code::Blocks to mount the initial version. Then take the code and put in your program including the future components "in hand".

  • Codelite has a more updated GUI editor than wxFormBuilder and wxSmith. Link.

  • 1

    My opinion is that this library is very bad. The "answer" is totally an opinion.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.