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: Home.md
+44-1Lines changed: 44 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ We are glad you are here and one step closer to learn more about this amazing pl
4
4
5
5
The section on the right will help you navigate and answer all the questions you may have regarding the toolkit. You can submit an issue to suggest any changes, introduce features, file bug reports, or leave a Windows Community Toolkit related question. You can also submit a pull request and contribute many other ways listed in the Contribution Section to the right.
6
6
7
-
Every single contribution of yours will improve and strengthen the performance of the toolkit. Let's jump into the ride 🎢
7
+
Every single contribution of yours will improve and strengthen the performance of the toolkit. Let's jump into the ride 🎢
8
8
9
9
10
10
### Feedback and Requests
@@ -17,3 +17,46 @@ Use the [`#WindowsCommunityToolkit`](https://twitter.com/search?q=%23WindowsComm
17
17
- Windows Blogs - Release Overviews - [Search for Windows Community Toolkit](https://blogs.windows.com/?s=Windows+Community+Toolkit)
18
18
- Dev Blogs - [Other Articles](https://devblogs.microsoft.com/pax-windows/)
19
19
- We may sometimes add to the [.NET Foundation Newsletter](https://github.com/dotnet-foundation/website/blob/master/input/blog/posts/_current-newsletter-draft.md) too!
20
+
21
+
## Projects using the Windows Community Toolkit
22
+
23
+
Below are a few projects highlighting usage of the Windows Community Toolkit from other creators in our Community. We hope they inspire you to see the possibilities of what you're able to create with the tools provided in our library.
24
+
25
+
### [Fiona](https://www.mysqueezebox.com/download) by [PaoloM](https://github.com/PaoloM)
26
+
27
+

28
+
29
+
Fiona was started using the WCT Template ([from Windows Template Studio](https://aka.ms/wts)), and it's using a bunch of the helpers and services provided with that. Plus, as mentioned, the toolkit MVVM.
Shrestha Files is a modern and minimalist dual pane file manager with tabs and color themes support.
38
+
39
+
- It uses GridSplitter in dual pane mode to resize two panes.
40
+
- It uses Guard to validate arguments.
41
+
- It uses MVVM toolkit and is gradually moving to MVVM-ify more! All settings pages and navigation bar edit page mostly follow MVVM pattern.
42
+
- It uses EnumValuesExtensions since the last version to load enum values in SplitButton options for view type and sort type.
43
+
44
+
Here's a quick overview of: [Shretha Files](https://youtu.be/-LBXu0lzh_Y"https://youtu.be/-LBXu0lzh_Y"). More information about the app [here](https://jptgamesandapps.github.io/ShresthaFiles/)
45
+
46
+
### [Yugen Mosaic](https://www.microsoft.com/en-us/p/yugen-mosaic/9pf0s24cx0d4) by [PandaSharp](https://github.com/Panda-Sharp)
Yugen Mosaic is a free app that creates digital art pictures based on your own images. With it, you can use an unlimited amount of images, to create a photo mosaic which is an image composed of many tiled photos. Yugen is an awareness of the universe that triggers emotional responses too deep and powerful for words, and that is just what your art will do with a little help from Yugen Mosaic!
### [Legere](https://www.microsoft.com/en-us/p/legere-for-reddit/9phjrvcskvjz?rtc=1&activetab=pivot:overviewtab) by [Sergio Pedri](https://github.com/Sergio0694)
55
+
56
+

57
+
58
+
Legere is a fully customizable UWP client for Reddit supporting multiple users, live tiles, myTube! integration, and more.
59
+
60
+
> Quote from Sergio
61
+
62
+
> ***I'm using several Toolkit controls like the WrapPanel to display post tags, as well as lots of helpers. I'm currently in the process of migrating the codebase to the Toolkit 7.0***
0 commit comments