Linux / Windows / macOS 跨平台 V2Ray 客户端 | 支持 VMess / VLESS / SSR / Trojan / Trojan-Go / NaiveProxy / HTTP / HTTPS / SOCKS5 | 使用 C++ / Qt 开发 | 可拓展插件式设计
Go to file
Leroy.H.Y 877a4d18e5 Merge pull request #3 from lhy0403/AppVeyor
Windows Build Support

Former-commit-id: 4245c74d07
2019-06-21 19:25:35 +08:00
src [Added] Added Windows build support(WIP) 2019-06-21 17:58:22 +08:00
tools [CI] Added Appveyor CI Config 2019-06-21 18:59:02 +08:00
utils [Tweaks] Moved vmess2json.py to ./utils and changed file mode for ./Himeki.ico 2019-05-09 13:28:13 +08:00
.gitignore [Added] Added Windows build support(WIP) 2019-06-21 17:58:22 +08:00
.lgtm.yml ReWrite CI Config, and start new UI. (#6) 2019-06-18 16:47:27 +08:00
.travis.yml [Remove] Removed Travis CI ln command 2019-06-19 10:20:28 +08:00
appveyor.yml [CI] Added Appveyor CI Config 2019-06-21 18:59:02 +08:00
Himeki.ico [Tweaks] Moved vmess2json.py to ./utils and changed file mode for ./Himeki.ico 2019-05-09 13:28:13 +08:00
Hv2ray.pro [Added] Added Windows build support(WIP) 2019-06-21 17:58:22 +08:00
LICENSE Initial commit 2019-04-10 23:32:49 +08:00
README.md Update README.md 2019-06-19 10:22:37 +08:00

Hv2ray HitCount

A Linux GUI tool for v2ray based on Qt.

TODO: A CROSS-PLATFORM GUI for v2ray based on Qt.

Language grade: C/C++

Total alerts

Linux Build: Build Status

Windows Build: Build status

Mac OS Build:

WIP]

# Special Thanks
[@aliyuchang33](https://github.com/aliyuchang33) - Original Author, who initially created this project and gives idea of using Qt to implement.

## Dependencies
- Qt >= 5
- python3.5 | 3.6 | 3.7

## Compile
```bash
git clone https://github.com/lhy0403/Hv2ray && cd Hv2ray
mkdir build && cd build
qmake ./
make
```

## Run

```bash
./Hv2ray
```

## License

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