Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/CosmicPredator/AniMoe
An Unofficial Windows 10 & 11 app for AniList.co
https://github.com/CosmicPredator/AniMoe
Last synced: 2 months ago
JSON representation
An Unofficial Windows 10 & 11 app for AniList.co
- Host: GitHub
- URL: https://github.com/CosmicPredator/AniMoe
- Owner: CosmicPredator
- License: gpl-3.0
- Created: 2023-07-12T02:51:14.000Z (over 1 year ago)
- Default Branch: prod
- Last Pushed: 2024-11-02T02:40:30.000Z (2 months ago)
- Last Synced: 2024-11-02T03:23:48.681Z (2 months ago)
- Language: C#
- Size: 5.33 MB
- Stars: 61
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
- WinUI-3-Apps-List - AniMoe
README
AniMoe for AniList
A Windows 10 & 11 Client for AniList. Track and Discover anime and manga with ease.[![WinUI3 Packaged MSIX App](https://github.com/CosmicPredator/AniMoe/actions/workflows/ci-prod.yml/badge.svg)](https://github.com/CosmicPredator/AniMoe/actions/workflows/ci-prod.yml)
> [!NOTE]
> This is a Work in Progress Application# Features
- Anime & Manga Tracker.
- Airing Notifications.
- Media Detection & Updation.
- Custom Markdown renderer for forums (future).# Build from Source
- Install Visual Studio 2022.
- Install ".NET Desktop Development" along with
Windows App SDK C# Templates.
- Clone the repository.
- Add WinUi3 Labs NuGet Repository.
```
https://pkgs.dev.azure.com/dotnet/CommunityToolkit/_packaging/CommunityToolkit-Labs/nuget/v3/index.json
```
- Open the solution with Visual Studio
- Build it.# NuGet Packages Used
- `CommunityToolkit.MVVM`
- `CommunityToolkit.WinUI.UI.Behaviours`
- `Microsoft.Extensions.Configuration.Abstractions`
- `Microsoft.Extensions.DependencyInjection`
- `Microsoft.Windows.SDK.BuildTools`
- `Microsoft.WindowsAppSDK`
- `Newtonsoft.Json`
- `CommunityToolkit.Labs.WinUI.SegmentedControl`
- `CommunityToolkit.Labs.WinUI.SettingsControls`
- `CommunityToolkit.Labs.WinUI.Shimmer`
- `CommunityToolkit.WinUI.UI.Controls`
- `CommunityToolkit.WinUI.UI.Media`
- `LiveChartsCore.SkiaSharpView.WinUI`
- `Markdig`
- `PInvoke.User32`
- `Serilog`
- `Serilog.Sinks.Debug`
- `Serilog.Sinks.File`
- `Microsoft.Extensions.Caching.Abstractions`
- `Microsoft.Extensions.Configuration.Abstractions`
- `Microsoft.Extensions.Http`
- `Microsoft.Graphics.Win2D`
- `System.Net.Http`