Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hms-core/hms-scene-demo
HMS Scene kit demo provides an example of integrating HUAWEI Scene Kit with an app. A 3D graphics rendering engine performs more with less. User-friendly rendering APIs for games, AR & VR apps, and other apps bring your users a stunning visual experience.
https://github.com/hms-core/hms-scene-demo
3d-graphics android graphics hms huawei java scenekit
Last synced: about 2 months ago
JSON representation
HMS Scene kit demo provides an example of integrating HUAWEI Scene Kit with an app. A 3D graphics rendering engine performs more with less. User-friendly rendering APIs for games, AR & VR apps, and other apps bring your users a stunning visual experience.
- Host: GitHub
- URL: https://github.com/hms-core/hms-scene-demo
- Owner: HMS-Core
- License: apache-2.0
- Created: 2020-06-24T06:54:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-13T12:25:14.000Z (over 2 years ago)
- Last Synced: 2024-04-16T12:54:17.651Z (10 months ago)
- Topics: 3d-graphics, android, graphics, hms, huawei, java, scenekit
- Language: Java
- Homepage: https://developer.huawei.com/consumer/en/doc/development/HMSCore-Guides/service-introduction-0000001050163355?ha_source=hms1
- Size: 67.9 MB
- Stars: 24
- Watchers: 14
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HMS SceneKit Demo
English | [中文](README_ZH.md)
## Table of Contents* [Introduction](#introduction)
* [Getting Started](#getting-started)
* [Supported Environments](#supported-environments)
* [Result](#result)
* [Question or issues](#question-or-issues)
* [License](#license)## Introduction
The SceneKitDemo app demonstrates samples to call the SceneView, ARView and FaceView.
[Read more about HUAWEI Scene Kit](https://developer.huawei.com/consumer/en/hms/huawei-scenekit).
## Getting-Started
1. Check whether the Android studio development environment is ready. Open the sample code project directory with file "build.gradle" in Android Studio.
2. Register a [HUAWEI account](https://developer.huawei.com/consumer).
3. Create an app and configure the app information in AppGallery Connect.
See details: [HUAWEI Scene Kit Development Preparation](https://developer.huawei.com/consumer/en/doc/development/graphics-Guides/dev-process-0000001064186384).
4. If the `agconnect-services.json` file has been added to the app, go to **buildscript -> dependencies** and add the AppGallery Connect plugin configuration.
See details: [Integrating the HMS Core SDK](https://developer.huawei.com/consumer/en/doc/development/graphics-Guides/integrating-sdk-0000001063754635).
5. To build this demo, please first import the demo in the Android Studio (3.6.1+).
6. Run the sample on your Android device or emulator.## Supported-Environments
* AndroidStuido 3.6.1 or a later version is recommended.
* JDK 1.8 or later
* HMS Core (APK) 4.0.2.300 or later
* EMUI 10.0 or a later version is recommended.## Result
**SceneView**With SceneView, you are able to load and render 3D materials in common scenes.
**ARView**
ARView uses the plane detection capability of AR Engine, together with the graphics rendering capability of Scene Kit, to provide you with the capability of loading and rendering 3D materials in common AR scenes.
**FaceView**
FaceView can use the face detection capability provided by ML Kit or AR Engine to dynamically detect faces. Along with the graphics rendering capability of Scene Kit, FaceView provides you with superb AR scene rendering dedicated for faces.
## Question or issues
If you want to evaluate more about HMS Core, [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) 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-scene-demo/issues) to the Repository. Even better you can submit a [Pull Request](https://github.com/HMS-Core/hms-scene-demo/pulls) with a fix.
## License
SceneKitDemo is licensed under the [Apache License, version 2.0](http://www.apache.org/licenses/LICENSE-2.0).
3D model 'Mjolnir' (no modified) published by Star Conflict under the [Creative Commons Attribution license](https://creativecommons.org/licenses/by/4.0/legalcode).
Learn more about [Mjolnir](https://sketchfab.com/3d-models/mjolnir-c8e9020d658649238ee3cfc1c1d64a68).
3D model 'Robo_OBJ_pose4' (no modified) published by Artem Shupa-Dubrova under the [Creative Commons Attribution-NoDerivatives 4.0 International license](https://creativecommons.org/licenses/by-nd/4.0/legalcode).
Learn more about [Robo_OBJ_pose4](https://sketchfab.com/3d-models/robo-obj-pose4-uaeYu2fwakD1e1bWp5Cxu3XAqrt).