Cross Platform User Interface Toolkit

I need to write a cross-platform graphical application, what tools can I use? I am currently working on Windows, MSVC and Linux, gcc.

+5
source share
3 answers

The most popular are Qt and wxWidgets . I personally found Qt much more feature rich.

However, a new option (depending on what you are developing) is Silverlight / Moonlight. Flash can also work in a cross-platform GUI, in some cases.

+4
source
0

If you need something easier to learn and use, you can think about Real Studio. With Real Studio, you can easily create cross-platform software for Windows, OS X, Linux, and the Internet using an easy-to-use IDE and a basic object-oriented programming language.

http://www.realsoftware.com

0
source

All Articles