Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nmetulev/comet
Universal Windows Platform (UWP) toolkit library. Contains controls for creating great user experiences for Universal Windows Applications
https://github.com/nmetulev/comet
Last synced: 3 months ago
JSON representation
Universal Windows Platform (UWP) toolkit library. Contains controls for creating great user experiences for Universal Windows Applications
- Host: GitHub
- URL: https://github.com/nmetulev/comet
- Owner: nmetulev
- License: mit
- Archived: true
- Created: 2015-11-20T04:23:22.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-18T02:30:10.000Z (over 8 years ago)
- Last Synced: 2024-10-11T17:18:29.052Z (4 months ago)
- Language: C#
- Size: 2.36 MB
- Stars: 59
- Watchers: 14
- Forks: 12
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
- awesome-uwp - Comet - Comet is an open source library for .NET/XAML Universal Windows Apps that attempts to fill the gaps and provide a collection of APIs and controls based on the feedback and work from the developer community. (UI Library)
README
# Comet
## DEPRECATED
This package is not supported anymore. All Controlls and Utilites have been moved to the official [UWP Community Toolkit](https://github.com/Microsoft/UWPCommunityToolkit) where I will continue to update and support them. Please use it instead.
![Comet](http://i.imgur.com/NvyoRv0.png)
Comet is an open source library for .NET/XAML Universal Windows Apps that attempts to fill the gaps and provide a collection of APIs and controls based on the feedback and work from the developer community. The XAML/.NET framework for the Universal Windows Platform is a continuously growing developer framework, but there are controls and utilities that are missing.
[Introducing Comet](http://metulev.com/introducing-comet/)
## Included
Controls:- [SlidableListItem](https://github.com/nmetulev/comet/wiki/SlidableListItem)
- [PullToRefreshListView](https://github.com/nmetulev/comet/wiki/PullToRefreshListView)
- [RangeSelector](https://github.com/nmetulev/comet/wiki/RangeSelector)Converters:
- DateTimeFormatConverter
- HexToSolidColorBrushConverter
- ValueWhenConverterExtensions:
- RenderToRandomAccessStream
- RenderToBitmapImage
- FindChildren## Packages
You can get Comet via NuGet directly from Visual Studio and search for [Comet](https://www.nuget.org/packages/Comet) or run the following command in the [Package Manager Console](http://docs.nuget.org/docs/start-here/using-the-package-manager-console):```
Install-Package Comet
```## Issues
If you found a bug or have a request/awesome idea, please [create an issue](https://github.com/nmetulev/comet/issues/new). I'm sure there will be bugs and great ideas, and the [Issues](https://github.com/nmetulev/comet/issues) will be the place to keep track of them.## License ##
The project is licensed under [the MIT License (MIT)](https://opensource.org/licenses/MIT)