Croft.Core.UWP is new library for universal Windows apps that I’ve designed to be a core component when developing for the platform to make it quicker and easier to get going with the things that I’ll need so I can spend time doing the things that matter.
The library contains a collection of Visual State Triggers, XAML Converters, extensions and helper classes.
I have built a lot of Windows apps over the last few years which have required a similar set of XAML extensions and controls that I’ve copied, pasted and reused amongst them all. This project is going to become the core for all of those features so that not only myself, but you reading this, can save time and effort in adding this common, core functionality into your apps so you have the time to spend enhancing your experiences.
It has previously been a part of my projects that I’ve used privately but have decided to publicly share the library on GitHub for developers to use in their own apps for the same reasons I use it with the ability to contribute towards it to make it a feature-rich hub for universal Windows app development.
You can check out the source on GitHub or if you want to get using the library, you can add it as a Nuget package to your projects.
I’m always working to add new features to the library so keep yourselves up-to-date with what’s new on the GitHub Wiki with the current feature set!