Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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
- ValueWhenConverter

Extensions:

- 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)