PDA

View Full Version : Need some UI Development Software



RetdenIncog6
June 16th, 2012, 09:32 PM
Hello everyone,

I have some experience with C++ and would like to begin some UI/GUI projects.
Can some one point me or suggest to me any good development software?

Thank you!

PaulM1985
June 17th, 2012, 12:45 AM
Can I confirm what you are after?

Are you looking for:
1 - Projects to contribute to?
or
2 - Software to help you write programs (an IDE)?

I don't know what you could contribute to. Maybe someone here might give suggestions.

If you want an IDE, that sort of question has been asked countless times. If you look at the stickies on this forum the questions are pretty much answered there. Here is a short cut to a comparison:
http://en.wikipedia.org/wiki/Comparison_of_integrated_development_environments# C.2FC.2B.2B

Paul

MG&TL
June 17th, 2012, 10:25 AM
Hello everyone,

I have some experience with C++ and would like to begin some UI/GUI projects.
Can some one point me or suggest to me any good development software?

Thank you!

If you go down the Gtkmm route, there is glade, a user interface builder. This produces XML which you can load at runtime from your program. I find it easy to use and (mostly) stable.

juancarlospaco
June 17th, 2012, 06:11 PM
Qt5 or HTML5