# hms-computer-graphics-demo **Repository Path**: hms-core/hms-computer-graphics-demo ## Basic Information - **Project Name**: hms-computer-graphics-demo - **Description**: 华为图形计算服示例代码。CGKit是一个基于Vulkan的渲染框架,用于提升Vulkan设备的性能,尤其是安卓平台。本工程会展示如何加载贴图、模型以及用Vulkan实现PBR效果。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 40 - **Forks**: 6 - **Created**: 2021-02-20 - **Last Updated**: 2025-05-22 ## Categories & Tags **Categories**: harmony **Tags**: None ## README # 华为图形计算服务示例代码 [English](README.md) | 中文 ## 目录 * [简介](#简介) * [授权许可](#授权许可) ## 简介 华为图形计算服务(HUAWEI Computer Graphics Kit)示例代码仓现在共有如下6个demo。 1. [huawei-cg-renderframework-android-cpp-demo](samples/huawei-cg-renderframework-android-cpp-demo): 加载、渲染基础模型,包含PBR效果和灯光。 2. [huawei-cg-smartcachegles-android-cpp-demo](samples/huawei-cg-smartcachegles-android-cpp-demo): 介绍OpenGL版本Smart Cache的使用方法。 3. [huawei-cg-smartcacheprerotationvulkan-android-cpp-demo](samples/huawei-cg-smartcacheprerotationvulkan-android-cpp-demo): 介绍Vulkan版本的Smart Cache和Pre-rotation使用方法。 4. [huawei-cg-occlusionculling-cpp-demo](samples/huawei-cg-occlusionculling-cpp-demo): 介绍遮挡剔除API使用方法和配置项设置。 5. [huawei-cg-offlinesupres-android-cpp-demo](samples/huawei-cg-offlinesupres-android-cpp-demo): 提供离线超分插件参考程序。 6. [huawei-cg-plugin-cpp-demo](samples/huawei-cg-plugin-cpp-demo): 提供插件开发参考程序。 demo详情请参考示例中的README文件。 ## 更多详情 如需了解更多HMS Core相关信息,请前往[Reddit社区](https://www.reddit.com/r/HuaweiDevelopers/) 获取HMS Core最新资讯,参与开发者讨论。 如您对示例代码使用有疑问,请前往: - [Stack Overflow](https://stackoverflow.com/questions/tagged/huawei-mobile-services?tab=Votes) 提问,上传问题时请打上 `huawei-mobile-services`标签。 - [华为开发者论坛](https://forums.developer.huawei.com/forumPortal/en/home?fid=0101187876626530001?ha_source=hms1) ,获得更多意见与建议。 如您在运行示例代码时出现错误,请在GitHub提交[issue](https://github.com/HMS-Core/hms-computer-graphics-demo/issues) 或 [Pull Request](https://github.com/HMS-Core/hms-computer-graphics-demo/pulls) 。 ## 授权许可 图形计算服务示例代码已获得[Apache 2.0 license](http://www.apache.org/licenses/LICENSE-2.0)授权许可。