Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cross-platform UI toolkit [closed]

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

like image 733
Alex F Avatar asked Oct 15 '22 09:10

Alex F


1 Answers

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.

like image 98
Reed Copsey Avatar answered Oct 20 '22 03:10

Reed Copsey