KDE Visual Design Group/KirigamiHIG: Difference between revisions

From KDE Community Wiki
(Details in the context drawer in Drafts)
Line 11: Line 11:
== Design Principles ==
== Design Principles ==
These are the basic principles guiding Kirigami design:
These are the basic principles guiding Kirigami design:
Direct: NEED INFO
* [[/Principles/OptimizedConverence | When creating convergent UIs, optimize the UI separately for each device class]]
* [[/Principles/OptimizedConverence | When creating convergent UIs, optimize the UI separately for each device class]]
* [[/Principles/OneHandedUse | Optimize your application for use with one hand]]
 
Convergent: NEED INFO
 
Ease of Use, Navigation: NEED INFO
* [[/Principles/OneHandedUse | Optimize your application for use with one hand]]\
* [[/Principles/Navigation | Allow for a clear and predictable navigation]]
 
Content Oriented: NEED INFO
* [[/Principles/ContentIsKing | Make as much space available for the content as possible]]
* [[/Principles/ContentIsKing | Make as much space available for the content as possible]]
* [[/Principles/Navigation | Allow for a clear and predictable navigation]]


== UI Patterns ==
== UI Patterns ==

Revision as of 01:08, 10 February 2018

Kirigami Human Interface Guidelines

Welcome to the Kirigami Human Interface Guidelines (HIG)! The goal of this document is to help anybody who designs user interfaces for mobile or convergent mobile/desktop applications which will be implemented using the Kirigami Components.

They help you to make optimal use of the Kirigami Components, as they reflect the design ideas behind the components. If you have any questions, please contact the KDE VDG (vdesign [at] kde [dot] org)

These guidelines are for Kirigami-specific aspects of user interface design. For general recommendations on design concepts, see the concept page in the general KDE HIG. The Kirigami HIG are separated in three parts: Design Principles, UI Patterns and a Styleguide for KDE Applications.

Design Principles

These are the basic principles guiding Kirigami design:

Direct: NEED INFO

Convergent: NEED INFO

Ease of Use, Navigation: NEED INFO

Content Oriented: NEED INFO

UI Patterns

Here you find patterns for solving specific design problems with Kirigami Components:

Styleguide

This guide helps to create applications in line with the KDE user interface style

  • Colors - Guidelines for use of color, including the Breeze color palette
  • Icons - Guidelines for icon usage and design
  • Typography - Guidelines for font usage and typography
  • Animations - Guidelines for design and use of animations
  • Text Guidelines for the written, language-based elements of the interface. Includes guidelines on wording, capitalization and localization.

Implementation

For technical documentation, see the API documentation

Drafts