I want to know the tools that beautiful UI programs using?
Asked
Active
Viewed 130 times
-5
-
5This is a very generalized question. I would recommend asking a more specific one for stackoverflow. – Jonathan Wood Apr 13 '12 at 16:48
-
The best tools are often your left and right hands, combined with your eyes and brain. Then you take about 10-15 years of working them every day for hours each day to learn how to UI program. You spend countless hours learning what works and what does not. Spend days with customers finding out what they do and do not like. Get critiqued to hell and keep pushing. Then after some time...you might actually be able to create a worth while ui. – Mike McMahon Apr 13 '12 at 16:50
-
thanks! you are right, I will try my best to understand and design UI. – sakuya.luo Apr 13 '12 at 17:03
-
We don't have any way to know what you intend by "understand custom drawn", or "beautiful UI programs". Be specific. Describe exactly what are you trying to do, and give an example of something you have seen (with a link) which is doing it. Someone then may be able to suggest appropriate libraries and/or tools. – JBentley Apr 13 '12 at 17:13
-
Visual Studio,QT and Glade+ are very good solutions. – Jack Apr 13 '12 at 19:36
-
Thank you! Now I use the Windows native API and MFC to build the project. – sakuya.luo Apr 14 '12 at 13:34
1 Answers
0
You're going to have to ask a better question. What platform are you targeting? What framework are you using? "Beautiful" is in the eye of the beholder.

holocron
- 312
- 1
- 3
- 12
-
-
I don't see why you wouldn't be able to. Give it a try! The best way to learn something new is to jump in and see what you bang your head on. – holocron Apr 13 '12 at 17:12
-
Thank you! I am confused when I see so many UI. I don't know how and where to start? But I will have a try using MFC! – sakuya.luo Apr 13 '12 at 17:22
-
Are you going to be targeting only Windows environments or do you need your application to be cross-platform? There are many considerations you should look at when choosing your framework. – holocron Apr 13 '12 at 17:24