开发者

Which lang to focus on cross-platform? [closed]

开发者 https://www.devze.com 2023-02-07 03:28 出处:网络
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, a
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 12 years ago.

Lets say you r going to develop a photo editng soft开发者_运维技巧ware for win, linux and mac os. What language-gui woild you choose?

Dont tell me java because i dont like swing at all.

Thanks


You should give QT of Trolltech a try, its a C++ framework which you can use to develop nice GUI applications on almost any platform

QT Website


There's a cross-platform GUI toolkit called wxWidgets. It's a C++ library, but it has binding for Python, and possibly other languages as well. It works on all of the operating systems you've mentioned. I've used it successfully in the past, although it has been a while.

http://www.wxwidgets.org/

0

精彩评论

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