PC Client代码在这里
Android Client代码在这里
- 游戏串流,采集传输桌面画面,声音 & 重放手柄,键盘,鼠标事件
- 远程桌面,像Todesk和向日葵一样,远程操控电脑
- 使用显卡欺骗器扩展屏幕
- 自动搜索显示Steam安装的游戏
- 支持Steam大屏模式
- Android客户端支持音乐可视化效果
- 使用ViGEm模拟"XBox"手柄
- NVENC (英伟达硬编)
- AMF (AMD硬编)
- x264/x265 (FFmpeg软编)
- 服务端 (Capture, Encode, Replay events...)
- PC客户端 (Control a computer(Server) like TeamViewer)
- Android端 (Play a game by Joystick that plugged into your phone)
现在并且安装 GammaRay_Official_xxx.apk
git clone --recursive
- 2.1 Change to VCPKG folder
cd {your-project-folder}/deps/tc_3rdparty/vcpkg
- 2.2 Install vcpkg.exe
.\bootstrap-vcpkg.bat
- 2.3 Install dependencies
.\vcpkg.exe install gflags:x64-windows
.\vcpkg.exe install sqlite3:x64-windows
.\vcpkg.exe install detours:x64-windows
.\vcpkg.exe install gtest:x64-windows
.\vcpkg.exe install libvpx:x64-windows
.\vcpkg.exe install opus:x64-windows
.\vcpkg.exe install fftw3:x64-windows
.\vcpkg.exe install easyhook:x64-windows
.\vcpkg.exe install glm:x64-windows
- 2.4 使用Visual Studio 2022 or Clion打开, 解决依赖问题后,就可以编译项目了.
- 2.5 编译c++太痛苦?那就直接下载预编译好的吧。