|
1 | 1 | ---
|
2 |
| -description: Design guidelines and UI code examples for creating Windows app experiences. |
3 |
| -title: Design and code Windows apps |
4 |
| -ms.date: 07/19/2024 |
| 2 | +description: Design guidelines and UI examples for creating Windows app experiences. |
| 3 | +title: Design Windows apps |
| 4 | +ms.date: 10/28/2024 |
5 | 5 | ms.topic: article
|
6 | 6 | ms.localizationpriority: medium
|
7 | 7 | ---
|
| 8 | +# Design for Windows apps |
8 | 9 |
|
9 |
| -# Design and code Windows apps |
| 10 | +Here, you'll find design guidelines and examples for creating Windows app experiences. Windows 11 incorporates Fluent's design language and principles for a cohesive look and feel that's uniquely Microsoft. |
10 | 11 |
|
11 |
| -Design guidelines and UI code examples for creating Windows app experiences. |
| 12 | +To get the building blocks for crafting Windows experiences, use WinUI. These components incorporate Fluent's design language, so you can be confident you're building great experiences within the Fluent ecosystem. |
| 13 | + |
| 14 | +## Windows 11 design principles |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | +Windows 11 marks a visual evolution of the operating system. We have evolved our design language alongside of Fluent to create a design that is human, universal, and truly feels like Windows. |
| 19 | + |
| 20 | +The design principles below have guided us throughout the journey of making Windows the best-in-class implementation of Fluent. |
| 21 | + |
| 22 | +### Effortless |
| 23 | + |
| 24 | +Windows 11 is faster and more intuitive. It's easy to do what I want, with focus and precision. |
| 25 | + |
| 26 | +### Calm |
| 27 | + |
| 28 | +Windows 11 is softer and decluttered; it fades into the background to help me stay calm and focused. The experience feels warm, ethereal, and approachable. |
| 29 | + |
| 30 | +### Personal |
| 31 | + |
| 32 | +Windows 11 adapts seamlessly to the way I use my device. It bends and flexes to my individual needs and preferences so that I can truly express myself. |
| 33 | + |
| 34 | +### Familiar |
| 35 | + |
| 36 | +Windows 11 balances a new, refreshed look and feel with the familiarity of the Windows I already know. There is no learning curve; I can pick it up and go. |
| 37 | + |
| 38 | +### Complete + Coherent |
| 39 | + |
| 40 | +Windows 11 offers a visually seamless experience across platforms. I can work in many platforms and still have a consistent Windows experience. |
| 41 | + |
| 42 | +## Windows 11 signature experiences |
| 43 | + |
| 44 | +Signature experiences are the design elements Windows 11 uses to express its visual language, while maintaining a coherent look and feel across all Fluent experiences. |
12 | 45 |
|
13 | 46 | :::row:::
|
14 | 47 | :::column:::
|
15 |
| - ### [Design downloads](downloads/index.md) |
16 |
| - :::image type="content" source="images/downloads-1x.png" alt-text="Design downloads" link="/windows/apps/design/downloads/"::: |
17 |
| - Get design toolkits and samples. |
| 48 | +  |
18 | 49 | :::column-end:::
|
19 |
| - :::column::: |
20 |
| - ### [Design basics](basics/index.md) |
21 |
| - :::image type="content" source="images/basics-1x.png" alt-text="Design basics" link="/windows/apps/design/basics/"::: |
22 |
| - An introduction to app design and the Fluent Design System. |
| 50 | + :::column span="2"::: |
| 51 | + **Color**<br><br> |
| 52 | + [Color](./signature-experiences/color.md) helps users focus on their tasks by indicating a visual hierarchy and structure between user interface elements. Windows 11 uses color to provide a calming foundation, subtly enhancing user interactions and emphasizing significant items only when necessary. |
23 | 53 | :::column-end:::
|
24 | 54 | :::row-end:::
|
25 | 55 |
|
26 | 56 | :::row:::
|
27 | 57 | :::column:::
|
28 |
| - ### [Layout](layout/index.md) |
29 |
| - :::image type="content" source="images/layout-1x.png" alt-text="Layout" link="/windows/apps/design/layout/"::: |
30 |
| - Responsive tips and APIs for a UI that looks great on every screen size. |
| 58 | +  |
31 | 59 | :::column-end:::
|
32 |
| - :::column::: |
33 |
| - ### [Controls and patterns](controls/index.md) |
34 |
| - :::image type="content" source="images/controls-1x.png" alt-text="Controls and patterns" link="/windows/apps/design/controls/"::: |
35 |
| - All the UI building blocks you need, from radio buttons to navigation controls. |
| 60 | + :::column span="2"::: |
| 61 | + **Elevation and layering**<br><br> |
| 62 | + [Elevation and layering](./signature-experiences/layering.md) is the concept of overlapping one surface with another, creating two or more visually distinguished areas within the same surface. Windows 11 uses elevation and layering as its foundation for app hierarchy. |
36 | 63 | :::column-end:::
|
37 | 64 | :::row-end:::
|
38 | 65 |
|
39 | 66 | :::row:::
|
40 | 67 | :::column:::
|
41 |
| - ### [Style](style/index.md) |
42 |
| - :::image type="content" source="images/style-1x.png" alt-text="Style" link="/windows/apps/design/style/"::: |
43 |
| - Make your app stand out with color, typography, and acrylic. |
| 68 | +  |
44 | 69 | :::column-end:::
|
45 |
| - :::column::: |
46 |
| - ### [Motion](motion/index.md) |
47 |
| - :::image type="content" source="images/motion-1x.png" alt-text="Motion" link="/windows/apps/design/motion/"::: |
48 |
| - Bring your app to life with animations and transitions. |
| 70 | + :::column span="2"::: |
| 71 | + **Iconography**<br><br> |
| 72 | + [Iconography](./signature-experiences/iconography.md) is a set of visual images and symbols that help users understand and navigate your app. Windows 11 iconography has evolved in concert with our design language. Every glyph in our system icon font has been redesigned to embrace a softer geometry and more modern metaphors. |
49 | 73 | :::column-end:::
|
50 | 74 | :::row-end:::
|
51 | 75 |
|
52 | 76 | :::row:::
|
53 | 77 | :::column:::
|
54 |
| - ### [Shell](shell/index.md) |
55 |
| - :::image type="content" source="images/shell-1x.png" alt-text="Shell" link="/windows/apps/design/shell/"::: |
56 |
| - Use Windows shell features to launch your app and display notifications. |
| 78 | +  |
57 | 79 | :::column-end:::
|
| 80 | + :::column span="2"::: |
| 81 | + **Materials**<br><br> |
| 82 | + [Materials](./signature-experiences/materials.md) are visual effects that make UI surfaces resemble real life artifacts. Windows 11 uses materials to keep the UI connected to its environment. Materials bring surfaces to life and help us distinguish between focused and unfocused applications. |
| 83 | + :::column-end::: |
| 84 | +:::row-end::: |
| 85 | + |
| 86 | +:::row::: |
58 | 87 | :::column:::
|
59 |
| - ### [Input and interactions](input/index.md) |
60 |
| - :::image type="content" source="images/inputs-1x.png" alt-text="Input and interactions" link="/windows/apps/design/input/"::: |
61 |
| - Optimize your app for touch, pen, Surface dial, and other input types. |
| 88 | +  |
| 89 | + :::column-end::: |
| 90 | + :::column span="2"::: |
| 91 | + **Shapes and geometry**<br><br> |
| 92 | + [Geometry](./signature-experiences/geometry.md) describes the shape, size, and position of UI elements on screen. These fundamental design elements help experiences feel coherent across the entire design system. Windows 11 features updated geometry that creates a more approachable, engaging, and modern experience. |
62 | 93 | :::column-end:::
|
63 | 94 | :::row-end:::
|
64 | 95 |
|
65 | 96 | :::row:::
|
66 | 97 | :::column:::
|
67 |
| - ### [Devices](devices/index.md) |
68 |
| - :::image type="content" source="images/devices-1x.png" alt-text="Devices" link="/windows/apps/design/devices/"::: |
69 |
| - Learn about the spectrum of Windows 10 and Windows 11 devices and how to optimize for them. |
| 98 | +  |
70 | 99 | :::column-end:::
|
| 100 | + :::column span="2"::: |
| 101 | + **Typography**<br><br> |
| 102 | + As the visual representation of language, the main task of [typography](./signature-experiences/typography.md) is to communicate information. The Windows 11 type system helps you create structure and hierarchy in your content in order to maximize legibility and readability in your UI. |
| 103 | + :::column-end::: |
| 104 | +:::row-end::: |
| 105 | + |
| 106 | +:::row::: |
71 | 107 | :::column:::
|
72 |
| - ### [Usability](usability/index.md) |
73 |
| - :::image type="content" source="images/usability-1x.png" alt-text="Usability" link="/windows/apps/design/usability/"::: |
74 |
| - Make your app inclusive and accessible to people around the world. |
| 108 | + :::image type="content" source="./signature-experiences/images/motion-resourceful.gif" alt-text="An animated image that shows several examples of motion in the Windows UI."::: |
| 109 | + :::column-end::: |
| 110 | + :::column span="2"::: |
| 111 | + **Motion**<br><br> |
| 112 | + [Motion](./signature-experiences/motion.md) describes the way the interface animates and responds to user interaction. Motion in Windows is reactive, direct, and context appropriate. It provides feedback to user input and reinforces spatial paradigms that support way-finding. |
75 | 113 | :::column-end:::
|
76 | 114 | :::row-end:::
|
0 commit comments