GUI development In Linux
I am working on application which need to develope in both windows and linux. I am going to develop the GUI in MFC on windows. I wanted what GUI available speci开发者_开发技巧fic to Linux. Any body suggest me API for the linux to develop the GUI.
I suggest gtkmm. It's modern, portable and object oriented. And it doesn't use a weird pre-compiler :)
Qt is the best I think.
Use Qt, available both on GNU/Linux and Windows. Easy to learn and use, and it have a very good documentation.
GUIs which support several platforms:
- Qt https://www.qt.io/developers/
- GTK http://www.gtk.org/
精彩评论