canmove, Confirmed users
345
edits
(Add UI Design TIps) |
|||
| Line 20: | Line 20: | ||
Generally, don't be limited in your design by how your code works. | Generally, don't be limited in your design by how your code works. | ||
== Some UI Design Tips == | |||
Here's some information to keep in mind when you're making a UI: | |||
1. People shouldn't have to read the manual to use your UI. If they have to read the manual, the UI is probably too complicated. | |||
2. More stuff on the screen doesn't mean your UI is better. The fewer things there are for somebody to look at, the less confused they will be. Of course, this should be balanced with the power user's desire to do lots of things at once. (Balancing these two factors is the major trick of brilliant UI design.) | |||