Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How To Make a GUI look nice [closed]

I am currently designing a GUI to control some software. I am using fltk, but I could just as easily be using Qt or Windows Forms. I have all the controls I want, and it is fairly well organized, but it just looks bad. Are there any references or tips to making a GUI look nice?

like image 633
rossb83 Avatar asked Apr 26 '11 14:04

rossb83


1 Answers

The best advice I can give someone who has no UI design experience is this: make it look as much like all other programs as possible. Use the same colors, same fonts, same overall layout. Use a menubar with the appropriate items.

You might also want to take a look at the answers to the question Easily Digestible UI Tips for Developers

like image 55
Bryan Oakley Avatar answered Sep 19 '22 11:09

Bryan Oakley