This project provides a simple application example of integrating the Formos SDK, allowing you to quickly experience the running effect of the cloud rendering.
At the same time, it also provides a quick start integration guide to help you quickly complete the access of the iOS SDK.
If you need to implement some advanced functions, we also provide advanced guidance.
1、Experience Cloud Rendering Quickly
Enter the project directory under Demo, pod update update the SDK library file, and run the corresponding project to quickly experience the Cloud Rendering example.
2、Virtual key quick start
If you need to integrate a flexible and configurable game button layout in your application, please refer toVirtualKeyQuickStart。
Add the following to your Podfile:
pod 'TCRSDK', :git => "https://github.com/tencentyun/cloudgame-ios-sdk.git"
Optional library for virtual keys
pod 'TCRVKey', :git => "https://github.com/tencentyun/cloudgame-ios-sdk.git"
The total size of the iOS framework is approximately 7MB.
We will regularly update the SDK's features, and you can obtain the latest version in the SDK directory of this project.
You can also check the SDK's release history to understand the changes in each version.