开发者

What language are most Linux GUI applications written in? [closed]

开发者 https://www.devze.com 2023-03-29 20:42 出处:网络
As it currently stands, this question 开发者_开发百科is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely so
As it currently stands, this question 开发者_开发百科is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 11 years ago.

I apologize if this is off topic. Please close if it is.

I want to get in to a bit of Linux application development. What programming language are the majority of GUI apps made in?


It usually largely depends on the DE (desktop environment) you are focusing on; each usually has one GUI toolkit that it's using the most.

For instance, GNOME mostly uses GTK+; and since GTK+ is written in C, many Linux GTK+ GUI apps use that, but there are also bindings to other languages, like Python, which I've also seen used often. And there are bindings for other languages too.

On the other hand you have KDE, which is mostly based on Qt; and, since Qt is written in C++, most apps using Qt are also written in C++.

However, honestly the choice of language doesn't matter much; it's more the toolkit that matters. I'd pick the one your DE uses, and then choose one of the languages it supports.

0

精彩评论

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