Cross-platform UI toolkit [closed]
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this questionI need to write cross-platform GUI application, what toolkit can I use? Currently I am working in Windows, MSVC, and Linux, gcc.
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.
You can try using QT.
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
精彩评论