Learning to create beautiful /next-generation GUI

Posted by ShaChris23 on Stack Overflow See other posts from Stack Overflow or by ShaChris23
Published on 2009-11-11T05:48:13Z Indexed on 2010/05/09 22:08 UTC
Read the original article Hit count: 364

Filed under:
|

I really want to create a stunning-looking GUI desktop application that looks like, for example:

  • Mac OS X interface
  • Picasa desktop client on windows
  • IPhone apps
  • Office 2007

I've mostly been programming GUI using Qt/Swing/WinForm

and I'm tired of creating so plain looking GUI, lol.

So I was thinking about diving into stuff like:

  • jQuery
  • WPF/C#
  • iPhone SDK
  • Silverlight
  • Adobe Air/Flex

Just to get some ideas on how to create really cool looking UI.

Does that sound like a good list? Any developers here that could share what platform they use to create very cool looking desktop app?

On a sidenote, I really wonder what developers at Apple / Microsoft use to develop their own cool-looking software.

EDIT A lot of responses talk about the importance of usability over "cool-looking"..

I totally agree that usability and simplicity are the most important aspects of user interface design. I've been doing GUI development for a while now (> 3 years), so that I understand.

But using cool-looking UI also improves user experience + it could make big difference on whether or not your software sells.

I mean, otherwise why would Microsoft/Apple try to make their OS UI look "cooler" everytime there's a new version? Why would websites like pragprog.com, or versionsapp.com. make their websites look like that? Basically you kill 2 birds with one stone: stunnning-looking UI + super usability (because it looks simple and intuitive).

That is what I'm striving for. And as far as I know, I cannot achieve that using Qt/Winform. Most of the books I have read just show you how to make average-looking (read: 1990's) UI. I want to learn how to create cool-looking UI. And the only place I see cool-looking UIs these days are the technology I list above. I'm not enamored with any technology; but I just want to know how things are done in other technology to see if I could apply them to the technology I'm using, or see if I could use those technology in my line of work.

An example: if I were to pick between this UI and this UI, I probably would pick the latter, if just based on looks alone.

Functionally, they are just the same UI; they both allow you to keep track of your time. They both contain buttons and textboxes, etc. But the fact that they look different, also differentiate them in terms of attractiveness.

So in all, I think the "ice on the cake" is very important. I would say it's the thing you strive for after you are certain you have a totally intuitive, usable UI.

© Stack Overflow or respective owner

Related posts about user-interface

Related posts about gui