Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/845669495/wechatclient

一个高仿微信网页版 https://wx.qq.com 的WPF应用程序,基本完成了网页微信的主要基础功能,例如聊天,联系人,搜索,表情等。
https://github.com/845669495/wechatclient

c-sharp prism reactiveui wechat weixin wpf

Last synced: 26 days ago
JSON representation

一个高仿微信网页版 https://wx.qq.com 的WPF应用程序,基本完成了网页微信的主要基础功能,例如聊天,联系人,搜索,表情等。

Awesome Lists containing this project

README

        

# WeChatClient
一个高仿微信网页版 https://wx.qq.com 的WPF应用程序,基本完成了网页微信的主要基础功能,例如聊天,联系人,搜索,表情等。

软件中的图标和表情都是使用网页微信的资源,还有很多功能是待实现的,例如任务栏托盘图标,图片文件发送,截屏,创建群聊等。

项目中用到了prism和reactiveui框架,虽然它们都是MVVM框架,这里用它们做不同的事情。使用prism是为了将应用程序划分为多个离散的、松散耦合的、半独立的组件,使用reactiveui是为了反应式编程。

这里暂时提供一些软件截图。

![Image text](https://github.com/845669495/WeChatClient/blob/master/images/1.png)
![Image text](https://github.com/845669495/WeChatClient/blob/master/images/2.png)
![Image text](https://github.com/845669495/WeChatClient/blob/master/images/3.png)
![Image text](https://github.com/845669495/WeChatClient/blob/master/images/4.png)
![Image text](https://github.com/845669495/WeChatClient/blob/master/images/5.png)
![Image text](https://github.com/845669495/WeChatClient/blob/master/images/6.png)
![Image text](https://github.com/845669495/WeChatClient/blob/master/images/7.png)