Cross-platform UI toolkit [closed]

佐手、 提交于 2019-12-10 13:55:40

问题


I need to write cross-platform GUI application, what toolkit can I use? Currently I am working in Windows, MSVC, and Linux, gcc.


回答1:


The most popular options are Qt and wxWidgets. I, personally, have found Qt much more feature-rich.

A newer option, however, (depending on what you are developing) is Silverlight/Moonlight. Flash can also work for cross platform GUI development, in some cases.




回答2:


You can try using QT.




回答3:


If you want something simpler to learn and use, you might consider Real Studio. With Real Studio, you can easily create cross-platform software for Windows, OS X, Linux and the web using an easy-to-use IDE and a Basic-like, object-oriented programming language.

http://www.realsoftware.com



来源:https://stackoverflow.com/questions/2351987/cross-platform-ui-toolkit

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!