An open API service indexing awesome lists of open source software.

https://github.com/hms-core/hms-computer-graphics-demo

This is the demo project of CGKit(Short for computer graphics kit). CGKit is a vulkan-based rendering framework, which is designed to improve performance of vulkan devices, especially for Android platform. This project will show you how to load textures, models, add pbr effects and render with vulkan.
https://github.com/hms-core/hms-computer-graphics-demo

android cgkit cpp hms huawei vulkan

Last synced: 2 months ago
JSON representation

This is the demo project of CGKit(Short for computer graphics kit). CGKit is a vulkan-based rendering framework, which is designed to improve performance of vulkan devices, especially for Android platform. This project will show you how to load textures, models, add pbr effects and render with vulkan.

Awesome Lists containing this project

README

          

# HUAWEI Computer Graphics Kit Demo
English | [中文](README_ZH.md)

## Table of Contents
* [Introduction](#introduction)
* [License](#license)

## Introduction
This is the repository of computer graphics kit samples. We have six samples by now:
1. [huawei-cg-renderframework-android-cpp-demo](samples/huawei-cg-renderframework-android-cpp-demo): Load and render a basic model, with PBR and lights.
2. [huawei-cg-smartcachegles-android-cpp-demo](samples/huawei-cg-smartcachegles-android-cpp-demo): The sample code describes how to use OpenGL Smart Cache.
3. [huawei-cg-smartcacheprerotationvulkan-android-cpp-demo](samples/huawei-cg-smartcacheprerotationvulkan-android-cpp-demo): The sample code describes how to use Vulkan Smart Cache and Pre-rotation.
4. [huawei-cg-occlusionculling-cpp-demo](samples/huawei-cg-occlusionculling-cpp-demo): The sample code describes how to use APIs and configurable items of Occlusion Culling.
5. [huawei-cg-offlinesupres-android-cpp-demo](samples/huawei-cg-offlinesupres-android-cpp-demo): The sample code provides programs for reference or usage of offline super-resolution plugin.
6. [huawei-cg-plugin-cpp-demo](samples/huawei-cg-plugin-cpp-demo): The sample code provides programs for reference or usage of plugin.

For more infomation, you can check out the README file at each sample.

## Question or issues
If you want to evaluate more about HMS Core, [HMSCore on Reddit](https://www.reddit.com/r/HuaweiDevelopers/) is for you to keep up with latest news about HMS Core, and to exchange insights with other developers.

If you have questions about how to use HMS samples, try the following options:
- [Stack Overflow](https://stackoverflow.com/questions/tagged/huawei-mobile-services?tab=Votes) is the best place for any programming questions. Be sure to tag your question with
`huawei-mobile-services`.
- [Huawei Developer Forum](https://forums.developer.huawei.com/forumPortal/en/home?fid=0101187876626530001?ha_source=hms1) HMS Core Module is great for general questions, or seeking recommendations and opinions.

If you run into a bug in our samples, please submit an [issue](https://github.com/HMS-Core/hms-computer-graphics-demo/issues) to the Repository. Even better you can submit a [Pull Request](https://github.com/HMS-Core/hms-computer-graphics-demo/pulls) with a fix.

## License
The sample of CGKit has obtained the [Apache 2.0 license](http://www.apache.org/licenses/LICENSE-2.0).