Is there a free way to make gui?

asked 2020-06-07 03:34:12 -0500

hojeong gravatar image

Currently we need to create a gui. But I know qt is paid. In case you want to make a gui for free, is there any way? Can I use Visual Studio mfc? I want to know the easy way

edit retag flag offensive close merge delete

Comments

1

Hi @hojeong,

That is not totally true since the Qt project have a (L)GPL part that can be used for free.

As for other free tools to generate GUI it depedns on the language you plan to use and the target OS platform.

For pyhton you have PyQt, PyGTK, wxPython...

For C++ you have plenty as well, like Qt, wxWidgets, GTK+, JUCE, gtkmm...

Finally, of course that you will be able to produce nice GUI with Visual Studio mfc, but you need to bear in mind that ytou will need to integrate its framework into ROS enviroment.

There are plenty of possibilities and all of them are free to use or have a free license part.

Weasfas gravatar image Weasfas  ( 2020-06-07 05:06:35 -0500 )edit