You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-43Lines changed: 15 additions & 43 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,24 +48,15 @@ A detailed list can be found in the [ThirdPartyNotices.txt](ThirdPartyNotices.tx
48
48
49
49
---
50
50
51
-
# 🚀 DevWinUI 🚀
52
-
Your ultimate toolkit for building WinUI 3 applications effortlessly. Whether you're a seasoned developer or taking your first steps into app development, DevWinUI has everything you need to bring your ideas to life! 🎉
51
+
# 🚀 DevWinUI 🚀 Your All-in-One Toolkit for Effortless WinUI 3 Development
52
+
Whether you're an experienced developer or just starting your journey in app creation, DevWinUI provides everything you need to turn your ideas into reality. 🎉
53
53
54
-
DevWinUI empowers you with a robust collection of tools, including custom classes, controls, styles, and utilities tailored for WinUI 3, the modern UI framework for Windows 10 and beyond.
54
+
DevWinUI equips you with a powerful suite of tools — including custom controls, classes, styles, and utilities — all purpose-built for WinUI 3, the cutting-edge UI framework for Windows 10, Windows 11, and beyond.
55
55
56
-
## Why Choose DevWinUI?
57
-
### 🚀 Get Started Quickly:
58
-
Kickstart your project in under a minute with built-in templates and scaffolding tools.
59
-
### 🎨 Tailor Your App’s Look:
60
-
Customize themes effortlessly — from classic light and dark modes to vibrant rainbow palettes.
61
-
### 🧩 Elevate Your UI:
62
-
Add flair with custom controls designed to enhance user experience.
63
-
### ✨ Unlock Stunning Visuals:
64
-
Use Win2D, a DirectX-based graphics library, to create mesmerizing effects like particle systems, gooey animations, watermarks, and more.
65
-
### 🔧 Simplify Development:
66
-
Streamline common tasks like navigation, theme management, and app updates with helper classes and extensions.
56
+
Get your project up and running in under a minute using built-in templates and scaffolding tools. Simplify everyday development tasks like navigation, theme management, and app updates with ready-to-use helper classes and extensions.
67
57
68
-
DevWinUI is your gateway to creating visually stunning, user-friendly, and feature-rich apps on WinUI 3. Let's build something amazing together! 🚀
58
+
With DevWinUI, you can build beautiful, intuitive, and high-performance WinUI 3 applications faster than ever.
59
+
Let’s create something extraordinary together! 🚀
69
60
70
61
### 📚 Explore Our Documentation! 📚
71
62
> [!TIP]
@@ -83,16 +74,6 @@ DevWinUI is your gateway to creating visually stunning, user-friendly, and featu
To compile the project, contribute new features, or explore guidelines:
91
+
92
+
👉 Please refer to our [Contributing Guide](CONTRIBUTING.md) for detailed instructions.
107
93
108
94
### Feedback and Issues
109
95
If you encounter any issues or have feedback, please report them [here](https://github.com/ghost1372/DevWinUI/issues). Your input helps improve the app!
@@ -118,7 +104,6 @@ If you encounter any issues or have feedback, please report them [here](https://
118
104
- ✨ AncestorBindingExtension
119
105
- ✨ AnimationExtensions
120
106
- ✨ CompositionAnimationController
121
-
- ✨ FilePicker, SavePicker and FolderPicker which is working in Elevated, Packaged, UnPackaged and AOT apps.
122
107
- ✨ ModernSystemMenu
123
108
- ✨ RelativeDate
124
109
- ✨ DragMoveAndResize
@@ -143,9 +128,6 @@ If you encounter any issues or have feedback, please report them [here](https://
143
128
Install-Package DevWinUI
144
129
```
145
130
146
-
> [!WARNING]
147
-
> For more info See the [DevWinUI](dev/DevWinUI/README.md) and [Docs](https://Ghost1372.github.io/DevWinUI/)
148
-
149
131
---
150
132
151
133
## 🔥 DevWinUI.Controls 🔥
@@ -291,8 +273,6 @@ After installing, add the following resource to app.xaml
> For more info See the [DevWinUI.Controls](dev/DevWinUI.Controls/README.md) and [Docs](https://Ghost1372.github.io/DevWinUIControls/)
296
276
---
297
277
## 🔥 ContextMenu 🔥
298
278
Add a new ContextMenu for Windows 11/10. You can use it in any .Net >= 8.0 apps which supports Package Identity. this means you can use it in WPF or WinForm with MSIX Packaging.
@@ -302,9 +282,6 @@ Add a new ContextMenu for Windows 11/10. You can use it in any .Net >= 8.0 apps
302
282
Install-Package DevWinUI.ContextMenu
303
283
```
304
284
305
-
> [!WARNING]
306
-
> For more info See the [DevWinUI.ContextMenu](dev/DevWinUI.ContextMenu/README.md) and [Docs](https://Ghost1372.github.io/DevWinUIContextMenu/)
Add a new ContextMenu for Windows 11/10. You can use it in any .Net >= 8.0 apps which supports Package Identity. this means you can use it in WPF or WinForm with MSIX Packaging.
@@ -33,4 +32,4 @@ read the docs to see how to use it
33
32
34
33
## Documentation
35
34
36
-
See Here for Online [Documentation](https://ghost1372.github.io/devWinUI/)
35
+
See Here for Online [Documentation](https://ghost1372.github.io/DevWinUIContextMenu/)
0 commit comments