Is there anything called GUI standards?

后端 未结 9 1903
眼角桃花
眼角桃花 2021-02-04 11:01

GUIs are one of the important areas in most of the software products. I would like to know whether there is something called GUI Standards that defines the best practices in GUI

相关标签:
9条回答
  • 2021-02-04 11:27

    I don't think there is any GUI standard, but for sure there are some good GUI practices.

    This article seems helpful

    Principles of Good GUI Design

    I found a similar SO question also

    Best Practices & Principles for GUI design

    0 讨论(0)
  • 2021-02-04 11:37

    windows is originaly based on CUA

    https://en.wikipedia.org/wiki/IBM_Common_User_Access

    although microsoft has gone bananas since Vista, one example is the exchanged order of Edit and View menu commands in the calculator.

    0 讨论(0)
  • 2021-02-04 11:39

    Look for platform-specific user interface design guides. Microsoft has one, as does Apple and even GNOME.

    Things like this are quite "cultural", i.e. they change when you move between different operating systems and so on.

    0 讨论(0)
提交回复
热议问题