Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/MPowerKit/ImageCaching.Nuke
Nuke image caching library for dotnet MAUI
https://github.com/MPowerKit/ImageCaching.Nuke
Last synced: 3 months ago
JSON representation
Nuke image caching library for dotnet MAUI
- Host: GitHub
- URL: https://github.com/MPowerKit/ImageCaching.Nuke
- Owner: MPowerKit
- License: mit
- Created: 2023-12-26T17:05:05.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-08-02T20:49:00.000Z (3 months ago)
- Last Synced: 2024-08-09T13:27:18.493Z (3 months ago)
- Language: C#
- Size: 327 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
- awesome-dotnet-maui - MPowerKit.ImageCaching.Nuke - square)](https://github.com/MPowerKit/ImageCaching.Nuke/stargazers)|[![GitHub last-commit](https://img.shields.io/github/last-commit/MPowerKit/ImageCaching.Nuke?style=flat-square)](https://github.com/MPowerKit/ImageCaching.Nuke/commits) (Plugins)
README
# MPowerKit.ImageCaching.Nuke
Image caching library for .NET MAUI based on [Kean's Nuke](https://github.com/kean/Nuke) native library
[![NuGet](https://img.shields.io/nuget/v/MPowerKit.ImageCaching.Nuke.svg?maxAge=2592000)](https://www.nuget.org/packages/MPowerKit.ImageCaching.Nuke)
## Supported Platforms
* .NET8
* .NET8 for iOS (min 13)
* .NET8 for MacCatalyst (min 13.1)#### All you need, is to set up the library as next and you are good
```csharp
builder
.UseMauiApp()
.UseMPowerKitNuke();
```