开发者

GUI development In Linux

开发者 https://www.devze.com 2023-02-17 09:33 出处:网络
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 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/
0

精彩评论

暂无评论...
验证码 换一张
取 消