Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Should a person new to windowed applications study X, GTK+, or what?

Let's say the factors for valuing a choice are the library of widgets available, the slope of the learning curve, and the degree of portability (platforms it works on). As far a language binding goes, I'm using C++.

Thanks!

like image 619
mring Avatar asked Nov 27 '22 00:11

mring


1 Answers

Pure X is quite hardcore these days, and not very portable. Basically, there are three major toolkits:

  • GTK+ (and C++ wrapper GTKmm)
  • Qt
  • wxWidgets

which are pretty comparable, so which to choose is a matter of taste. All three run on major three operating systems, although GTK+ on Mac and Windows is little bit awkward.

like image 81
el.pescado - нет войне Avatar answered Dec 19 '22 18:12

el.pescado - нет войне