Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kituin/shadowviewer
✨使用Windows App SDK 构建的漫画阅读器✨
https://github.com/kituin/shadowviewer
comic-reader comics-reader csharp reader wasdk windows-app-sdk windows-desktop
Last synced: about 2 months ago
JSON representation
✨使用Windows App SDK 构建的漫画阅读器✨
- Host: GitHub
- URL: https://github.com/kituin/shadowviewer
- Owner: kitUIN
- License: mit
- Created: 2023-05-01T13:53:50.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-22T21:34:36.000Z (2 months ago)
- Last Synced: 2024-11-22T22:28:36.788Z (2 months ago)
- Topics: comic-reader, comics-reader, csharp, reader, wasdk, windows-app-sdk, windows-desktop
- Language: C#
- Homepage: https://shadow-viewer.vercel.app
- Size: 1.73 MB
- Stars: 38
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Funding: .github/Funding.yml
- License: LICENSE.txt
Awesome Lists containing this project
README
# ShadowViewer
✨使用Windows App SDK 构建的漫画阅读器✨
## 安装 ▶️
- [侧加载安装教程](https://shadowviewer.kituin.fun/wiki/shadowviewer/use/install/#%E5%BE%AE%E8%BD%AF%E5%95%86%E5%BA%97-%E6%9C%AA%E6%94%AF%E6%8C%81)
## 插件列表🔩
| ID | 名称 | 简述 | 开发者 | 链接 |最新版本 |
|--------------------------------|--------------------------------|---------|-----------------------|-----------------------|----|
| Local | 本地阅读器 | 支持本地阅读漫画 | [kitUIN](https://github.com/kitUIN) | [内置](https://github.com/kitUIN/ShadowViewer.Plugin.Local) | - |
| PluginManager | 插件管理器 | 本地管理插件 | [kitUIN](https://github.com/kitUIN) | [内置](https://github.com/kitUIN/ShadowViewer.Plugin.PluginManager) | - |
| Bika | 哔咔漫画 | 适配哔咔漫画 | [kitUIN](https://github.com/kitUIN) | [Github](https://github.com/kitUIN/ShadowViewer.Plugin.Bika) |![bika](https://img.shields.io/github/v/release/kitUIN/ShadowViewer.Plugin.Bika?color=blue&include_prereleases)|## 导入插件📦
将插件项目的发行版压缩包下载后,在`插件管理器`页面选择`添加插件`进行导入## 参与贡献🥰
- 环境要求
- SDK: .NET 6.0及以上
- IDE: Visual Studio 2022及以上
- C# Version: 12- 项目初始化
```bash
git clone https://github.com/kitUIN/ShadowViewer.git
cd ShadowViewer
git submodule init
git submodule update
```- 按照我们的开发准则(施工中)进行开发
## 依赖 📂
[ShadowViewer.Core](https://github.com/kitUIN/ShadowViewer.Core) - 核心功能
[ShadowViewer.Analyzer](https://github.com/kitUIN/ShadowViewer.Analyzer) - 源代码生成器
[ShadowPluginLoader.WinUI](https://github.com/kitUIN/ShadowPluginLoader.WinUI) Windows App SDK插件加载器
[Windows App SDK](https://github.com/microsoft/WindowsAppSDK) - Windows App SDK
[Windows Community Toolkit](https://github.com/CommunityToolkit/dotnet)/[Windows Community Toolkit Labs](https://github.com/CommunityToolkit/Labs-Windows) - 控件及其他帮助类
[SQLSugarCore](https://github.com/DotNetNext/SqlSugar) - ORM框架
[Serilog](https://serilog.net) - 日志系统
[SharpCompress](https://github.com/adamhathcock/sharpcompress) - 提供压缩解压支持
[FluentIcon](https://github.com/KitUIN/FluentIcon) - FluentIcon图标
[DryIoc](https://github.com/dadhi/DryIoc) - 依赖注入## 感谢以下项目 ❤️
[WinUI-Gallery](https://github.com/microsoft/WinUI-Gallery) - WinUI3示例 - 参考了部分控件编写