GammaRay Client for PC platform
!!! Please visit the repos !!!
Server
Android Client
1.1 Just double-clicked the GammaRayClient.exe in PC client folder


1.3 Double-click to connect it and operate it, you can also transfer files

git clone --recursive ...
2. Install dependencies by VCPKG OR use the libraries in GammaRay
2.1 Installing in this repo, please see GammaRay
cd {your-project-folder}/deps/tc_3rdparty/vcpkg
2.2 Use exists in env_settings.cmake
set(VCPKG_ROOT D:/source/GammaRay/deps/tc_3rdparty/vcpkg)
set(VCPKG_ROOT D:/source/GammaRay/deps/tc_3rdparty/vcpkg)
set(QT_ROOT D:/Qt6.7/6.7.0/msvc2019_64)
set(VK_SDK C:/VulkanSDK/1.3.275.0/Include)