{"id":22441370,"url":"https://github.com/hms-core/hms-scene-demo","last_synced_at":"2025-08-01T18:32:10.164Z","repository":{"id":43914587,"uuid":"274597278","full_name":"HMS-Core/hms-scene-demo","owner":"HMS-Core","description":"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 \u0026 VR apps, and other apps bring your users a stunning visual experience.","archived":false,"fork":false,"pushed_at":"2022-09-13T12:25:14.000Z","size":71170,"stargazers_count":24,"open_issues_count":2,"forks_count":11,"subscribers_count":14,"default_branch":"master","last_synced_at":"2024-04-16T12:54:17.651Z","etag":null,"topics":["3d-graphics","android","graphics","hms","huawei","java","scenekit"],"latest_commit_sha":null,"homepage":"https://developer.huawei.com/consumer/en/doc/development/HMSCore-Guides/service-introduction-0000001050163355?ha_source=hms1","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HMS-Core.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-06-24T06:54:44.000Z","updated_at":"2024-04-09T01:41:18.000Z","dependencies_parsed_at":"2023-01-18T06:01:13.557Z","dependency_job_id":null,"html_url":"https://github.com/HMS-Core/hms-scene-demo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HMS-Core%2Fhms-scene-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HMS-Core%2Fhms-scene-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HMS-Core%2Fhms-scene-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HMS-Core%2Fhms-scene-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HMS-Core","download_url":"https://codeload.github.com/HMS-Core/hms-scene-demo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228397819,"owners_count":17913540,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["3d-graphics","android","graphics","hms","huawei","java","scenekit"],"created_at":"2024-12-06T02:14:19.227Z","updated_at":"2024-12-06T02:14:19.860Z","avatar_url":"https://github.com/HMS-Core.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HMS SceneKit Demo\nEnglish | [中文](README_ZH.md)\n## Table of Contents\n\n* [Introduction](#introduction)\n* [Getting Started](#getting-started)\n* [Supported Environments](#supported-environments)\n* [Result](#result)\n* [Question or issues](#question-or-issues)\n* [License](#license)\n\n## Introduction\n\nThe SceneKitDemo app demonstrates samples to call the SceneView, ARView and FaceView.\n\n[Read more about HUAWEI Scene Kit](https://developer.huawei.com/consumer/en/hms/huawei-scenekit).\n\n## Getting-Started\n\n   1. Check whether the Android studio development environment is ready. Open the sample code project directory with file \"build.gradle\" in Android Studio.\n   2. Register a [HUAWEI account](https://developer.huawei.com/consumer).\n   3. Create an app and configure the app information in AppGallery Connect.\n      See details: [HUAWEI Scene Kit Development Preparation](https://developer.huawei.com/consumer/en/doc/development/graphics-Guides/dev-process-0000001064186384).\n   4. If the `agconnect-services.json` file has been added to the app, go to **buildscript -\u003e dependencies** and add the AppGallery Connect plugin configuration.\n      See details: [Integrating the HMS Core SDK](https://developer.huawei.com/consumer/en/doc/development/graphics-Guides/integrating-sdk-0000001063754635).\n   5. To build this demo, please first import the demo in the Android Studio (3.6.1+).\n   6. Run the sample on your Android device or emulator.\n\n## Supported-Environments\n\n* AndroidStuido 3.6.1 or a later version is recommended.\n* JDK 1.8 or later\n* HMS Core (APK) 4.0.2.300 or later\n* EMUI 10.0 or a later version is recommended.\n\n## Result\n**SceneView**\n\nWith SceneView, you are able to load and render 3D materials in common scenes.\n\n\u003cimg src=\"SceneKitDemo/SceneView.gif\" width = 30% height = 30%\u003e \n\n**ARView**\n\nARView 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.\n\n\u003cimg src=\"SceneKitDemo/ARView.gif\" width = 30% height = 30%\u003e\n\n**FaceView**\n\nFaceView 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.\n\n\u003cimg src=\"SceneKitDemo/FaceView.gif\" width = 30% height = 30%\u003e\n\n## Question or issues\nIf 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.\n\nIf you have questions about how to use HMS samples, try the following options:\n- [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 \n`huawei-mobile-services`.\n- [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.\n\nIf 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.\n\n## License\n\nSceneKitDemo is licensed under the [Apache License, version 2.0](http://www.apache.org/licenses/LICENSE-2.0).\n\n3D model 'Mjolnir' (no modified) published by Star Conflict under the [Creative Commons Attribution license](https://creativecommons.org/licenses/by/4.0/legalcode).\n\nLearn more about [Mjolnir](https://sketchfab.com/3d-models/mjolnir-c8e9020d658649238ee3cfc1c1d64a68).\n\n3D 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).\n\nLearn more about [Robo_OBJ_pose4](https://sketchfab.com/3d-models/robo-obj-pose4-uaeYu2fwakD1e1bWp5Cxu3XAqrt).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhms-core%2Fhms-scene-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhms-core%2Fhms-scene-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhms-core%2Fhms-scene-demo/lists"}