Linux / Windows / macOS 跨平台 V2Ray 客户端 | 支持 VMess / VLESS / SSR / Trojan / Trojan-Go / NaiveProxy / HTTP / HTTPS / SOCKS5 | 使用 C++ / Qt 开发 | 可拓展插件式设计
Go to file
2019-06-24 15:39:29 +08:00
icons [Added] Added UI Translations 2019-06-23 19:19:20 +08:00
src [Fix][MacOS] Fixed Visibility toggling over-used on MacOS 2019-06-24 00:17:55 -07:00
tools [CI] Added Appveyor CI Config 2019-06-21 18:59:02 +08:00
translations [Added] Added UI Translations 2019-06-23 19:19:20 +08:00
utils [Tweaks] Moved vmess2json.py to ./utils and changed file mode for ./Himeki.ico 2019-05-09 13:28:13 +08:00
.appveyor.yml [Update][CI] Updated AppVeyor Windows CI Config 2019-06-24 15:39:29 +08:00
.gitignore [ReDesign] Re-design config window UI 2019-06-22 11:24:05 +08:00
.lgtm.yml Fix LGTM Python3-dev package missing bug. (#7) 2019-06-18 16:15:40 +08:00
.travis.yml Travis-CI Patch for MacOS Build (#9) 2019-06-23 23:39:18 -07:00
Hv2ray.pro Travis-CI Patch for MacOS Build (#9) 2019-06-23 23:39:18 -07:00
LICENSE Initial commit 2019-04-10 23:32:49 +08:00
README.md Update README.md 2019-06-22 10:03:03 +08:00
resources.qrc [Added] Added UI Translations 2019-06-23 19:19:20 +08:00

Hv2ray HitCount

TODO: 使用 Qt 的跨平台 v2ray 客户端,目前仍处于早期开发,多数功能尚未齐全。

当前开发分支ui-implementation - 用于实现基本 UI

Language grade: C/C++ Total alerts

Linux 编译状态: Build Status

Windows 编译状态: Build status

Mac OS 构建:

WIP]

# 鸣谢
[@aliyuchang33](https://github.com/aliyuchang33) - 项目原作者/发起人,感谢他使用 Qt 作为基础框架。 
 - 可惜原项目不更新了qwq

## 项目依赖包
### Linux
- Qt >= 5
- Python3.5 | 3.6 | 3.7
### Windows 
- Python 3.7
- Qt Creator (MinGW & Qt5)

## 编译
### Linux
```bash
git clone https://github.com/lhy0403/Hv2ray && cd Hv2ray
mkdir build && cd build
qmake ./
make
```
### Windows
`目前没有稳定的构建方案,请参考 AppVeyor.yml 需要 python3.7 和 Qt Creator`

## License

[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)