Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aduskin/AduSkin
A Beautiful WPF Control UI
https://github.com/aduskin/AduSkin
Last synced: 21 days ago
JSON representation
A Beautiful WPF Control UI
- Host: GitHub
- URL: https://github.com/aduskin/AduSkin
- Owner: aduskin
- License: gpl-3.0
- Created: 2019-11-24T09:32:21.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-13T09:02:49.000Z (about 2 months ago)
- Last Synced: 2024-11-20T04:59:11.782Z (22 days ago)
- Language: C#
- Homepage:
- Size: 77.4 MB
- Stars: 2,050
- Watchers: 46
- Forks: 380
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - aduskin/AduSkin - A Beautiful WPF Control UI (C# #)
README
# AduSkin
追求极致,永臻完美A Beautiful WPF Control UI
一款简单漂亮的WPF UI,融合多个开源框架组件,为个人定制的UI,可供学者参考和使用。
Nuget 搜索"AduSkin" 可直接导包使用
具体使用请参考 AduSkin.Demo
如有 WPF UI 外包 可联系我
技术交流
|联系方式||
|---|---
|QQ|1280429435
|QQ群1|[544471417](https://jq.qq.com/?_wv=1027&k=5NBE1xa)
|QQ群2|[224087477](https://jq.qq.com/?_wv=1027&k=58vo7dL)
|QQ群3|[252480168](https://jq.qq.com/?_wv=1027&k=5fyhmof)感谢开源框架
HandyControl、Arthas、WPF.UI
### 版权和协议
AduSkin 项目基于 LGPL-3.0 开源协议开放项目源代码。本项目版权由项目发起人、开发者AduSkin所有。
依照 LGPL-3.0 协议规定:
您可以在任何商业软件中引用 AduSkin 的生成库而无需支付任何与版权相关的费用; 如果您的项目使用并修改了 AduSkin 的源代码,那么您的项目也需要使用 LGPL 协议进行开源,并且在您的衍生项目中保留 AduSkin 的版权信息:Using by AduSkin。
### 贡献者
### 支持者
### 赞助支持
如果你觉得本框架还不错的话,可以赞助我防脱洗发水,Haha![image](https://github.com/aduskin/AduSkin/blob/master/screenshot/other/zhifu.jpg)
# 组件展示
![image](https://github.com/aduskin/AduSkin/blob/master/screenshot/Cover.jpg)
![image](https://github.com/aduskin/AduSkin/blob/master/screenshot/Cover%20(1).png)
![image](https://github.com/aduskin/AduSkin/blob/master/screenshot/Cover%20(3).png)
### 开发环境
开发环境:Windows 10 + Visual Studio 2019 Professional + .Net Framework 4.5 + .Net Core 3.1
### 使用方法
```c
//引用命名空间
xmlns:AduSkin="clr-namespace:AduSkin.Controls.Metro;assembly=AduSkin"
//使用窗口//使用控件
```
**视频控件 需要依赖 [VideoLan.LibVlc.Windows](https://www.nuget.org/packages/VideoLAN.LibVLC.Windows/)**
```
// 使用 .net cli
dotnet add package VideoLan.LibVlc.Windows// 使用 vs 的 package-manager
Install-Package VideoLAN.LibVLC.Windows
```# 开发案例如下
> 【AduMusic】
![image](https://github.com/aduskin/AduSkin/blob/master/screenshot/project/AduMusic.jpg)
> 【AZai】
![image](https://github.com/aduskin/AduSkin/blob/master/screenshot/project/azai.png)
> 【AduShopping】
![image](https://github.com/aduskin/AduSkin/blob/master/screenshot/project/AduShopping.gif)
> 【AduChat】
![image](https://github.com/aduskin/AduSkin/blob/master/screenshot/project/aduchat.gif)
> 【心理FM】
![image](https://github.com/aduskin/AduSkin/blob/master/screenshot/project/Shadow.png)
> 【SuperEvil】
![image](https://github.com/aduskin/AduSkin/blob/master/screenshot/project/SuperEvil.png)
> 【HttpTool】
![image](https://github.com/aduskin/HttpTool/blob/master/ScreenShot/cover.png)