AsyncImageLoader.Avalonia
Provides way to asynchronous bitmap loading from web for Avalonia Image control and more
File Explorer
Download Latest Version (.zip)- build-publish.yml
- DiskImageByteCache.cs
- IImageByteCache.cs
- IImageCache.cs
- IImageMemoryCache.cs
- MemoryImageCache.cs
- MemoryImageCacheOptions.cs
- TransientImageCache.cs
- BitmapDecoder.cs
- IBitmapDecoder.cs
- IImageLease.cs
- ImageLease.cs
- MemoryImageLease.cs
- ImageLoaderPipeline.cs
- ImageLoaderPipelineBuilder.cs
- ImageLoadRequest.cs
- ImageRequestCoordinator.cs
- AvaloniaAssetSourceResolver.cs
- CompositeImageSourceResolver.cs
- FileImageSourceResolver.cs
- IImageSourceResolver.cs
- ResolvedImageSource.cs
- StorageImageSourceResolver.cs
- HttpImageTransport.cs
- HttpResponseStream.cs
- IImageTransport.cs
- BaseWebImageLoader.cs
- DiskCachedWebImageLoader.cs
- RamCachedWebImageLoader.cs
- AssemblyInfo.cs
- AdvancedImage.axaml
- AdvancedImage.axaml.cs
- AsyncImageLoader.Avalonia.csproj
- IAsyncImageLoader.cs
- ImageBrushLoader.cs
- ImageLoader.cs
- avalonia-logo.ico
- cat0.jpg
- cat1.jpg
- cat2.jpg
- cat3.jpg
- cat4.jpg
- cat5.jpg
- cat6.jpg
- cat7.jpg
- HamburgerMenu.axaml
- HamburgerMenu.axaml.cs
- GetClassNameConverter.cs
- AdvancedImagePage.axaml
- AdvancedImagePage.axaml.cs
- AttachedPropertiesPage.axaml
- AttachedPropertiesPage.axaml.cs
- LongLoader.cs
- MainWindowViewModel.cs
- ViewModelBase.cs
- MainWindow.axaml
- MainWindow.axaml.cs
- .gitignore
- App.axaml
- App.axaml.cs
- AsyncImageLoader.Avalonia.Demo.csproj
- Program.cs
- ViewLocator.cs
- AsyncImageLoader.Avalonia.Tests.csproj
- BaseWebImageLoaderTests.cs
- BitmapDecoderTests.cs
- CustomImageLoaderTests.cs
- DiskCachedWebImageLoaderTests.cs
- DiskImageByteCacheTests.cs
- HttpImageTransportTests.cs
- ImageLoaderPipelineBuilderTests.cs
- ImageLoaderPipelineTests.cs
- ImageLoadRequestTests.cs
- ImageRequestCoordinatorTests.cs
- MemoryImageCacheTests.cs
- RamCachedWebImageLoaderTests.cs
- SourceResolverTests.cs
- TestEnvironment.cs
- TestHttpMessageHandler.cs
- .editorconfig
- .gitignore
- AsyncImageLoader.Avalonia.sln
- Directory.Build.props
- Directory.Packages.props
- LICENSE
- README.md
- SourceLink.props
# Installation Guide
1. Get the code
git clone https://github.com/AvaloniaUtils/AsyncImageLoader.Avalonia
Downloads the entire project code from GitHub to your computer.
cd AsyncImageLoader.Avalonia
Moves into the project folder you just downloaded.
2. .NET
Medium RecommendedPrerequisites
dotnet add package AsyncImageLoader.Avalonia
Type this command into your terminal and run it.
After dotnet run, check the message or address shown in the terminal.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
