We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this questioni'm looking for an open source software that create GUIs , the output for the designed dialogs can be either xml or another format ... what really important is the editor must not be code specific. hope there is such an editor, otherwise i will have to modify the Eclipse Visual Editor to satisfy my needs.
The first thing that comes to mind is Glade
http://glade.gnome.org/
By using GtkBuilder, Glade XML files can be used in numerous programming languages including C, C++, C#, Vala, Java, Perl, Python,and others.
精彩评论