Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mioter/uselesstool

基于资源字典的WPF主题控制/管理框架,目前以实现基本功能。(*^▽^*)
https://github.com/mioter/uselesstool

netcore theme-switcher themekit wpf

Last synced: about 22 hours ago
JSON representation

基于资源字典的WPF主题控制/管理框架,目前以实现基本功能。(*^▽^*)

Awesome Lists containing this project

README

        

# UselessTool

## 📘 说明

### 🎏 实现原理

受到[Dynamic Theme ](https://github.com/jamesnetgroup/dynamic-theme)项目的启发,基于此项目进行了扩展。

通过构建资源字典保存在本地的方式实现可增添/移除的主题管理。

基于此特性,~~所有资源字典中的类型受到支持~~,以达到在运行中动态的切换。

### ✨ 效果展示

*没有展示,自己去看~*

### ⚠️ 注意

#### 开发时工具与对应版本

| 工具 | 版本 |
| ----------- | ----------- |
| .NET | 9 |
| C# | 13 |
| VS | 2022 |

##

## 💖 感谢
### 🌱 参考或使用到的项目

🔸 [Dynamic Theme ](https://github.com/jamesnetgroup/dynamic-theme)

🔸 [WPFUiBase](https://github.com/Gilfoylex/WPFUiBase)

### 📚 使用的库

🔹 [EleCho.WpfSuite](https://github.com/OrgEleCho/EleCho.WpfSuite "感谢 SlimeNull")

🔹 [CalcBinding](https://github.com/che77a38/CalcBinding)

🔹 [CommunityToolkit.Mvvm](https://github.com/CommunityToolkit/dotnet)

🔹 [XamlBehaviorsWpf](https://github.com/Microsoft/XamlBehaviorsWpf)

♥️ 感谢他们的付出!