Vikram Ranabhatt
Vikram Ranabhatt

Reputation: 7630

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 specific to Linux. Any body suggest me API for the linux to develop the GUI.

Upvotes: 1

Views: 570

Answers (4)

Mohammad Efazati
Mohammad Efazati

Reputation: 4920

GUIs which support several platforms:

Upvotes: 0

fouronnes
fouronnes

Reputation: 4038

I suggest gtkmm. It's modern, portable and object oriented. And it doesn't use a weird pre-compiler :)

Upvotes: 3

canardman
canardman

Reputation: 3263

Use Qt, available both on GNU/Linux and Windows. Easy to learn and use, and it have a very good documentation.

Upvotes: 0

Andrey
Andrey

Reputation: 60095

Qt is the best I think.

Upvotes: 2

Related Questions