https://github.com/hms-core/hms-scene-physics-engine-demo
The fine-grained graphics SDK allows you to add physics engine components that can be used to simulate object motion constraints and collision effects.
https://github.com/hms-core/hms-scene-physics-engine-demo
Last synced: 11 months ago
JSON representation
The fine-grained graphics SDK allows you to add physics engine components that can be used to simulate object motion constraints and collision effects.
- Host: GitHub
- URL: https://github.com/hms-core/hms-scene-physics-engine-demo
- Owner: HMS-Core
- License: apache-2.0
- Created: 2021-09-29T08:46:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-13T12:27:55.000Z (almost 4 years ago)
- Last Synced: 2024-04-16T12:54:18.301Z (about 2 years ago)
- Language: Java
- Homepage: https://developer.huawei.com/consumer/cn/doc/development/graphics-Guides/service-introduction-0000001050163355
- Size: 15.2 MB
- Stars: 10
- Watchers: 9
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HMS SceneKit Physics Engine Demo
English | [中文](README_ZH.md)
## Table of Contents
* [Introduction](#introduction)
* [Getting Started](#getting-started)
* [Supported Environments](#supported-environments)
* [Result](#result)
* [Technical Support](#technical-support)
* [License](#license)
## Introduction
The SceneKitPhysicsEngineDemo app demonstrates a sample using the RenderView to call the Physics Engine Interface.
[Read more about HMS Scene Kit]().
## 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/en/).
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.
* Java SDK 1.8 is recommended.
* HMS Core (APK) 4.0.2.300 or later
* EMUI 10.0 or a later version is recommended.
## Result

## Technical Support
If you are still evaluating HMS Core, obtain the latest information about HMS Core and share your insights with other developers at [Reddit](https://www.reddit.com/r/HuaweiDevelopers/.).
- To resolve development issues, please go to [Stack Overflow](https://stackoverflow.com/questions/tagged/huawei-mobile-services?tab=Votes). You can ask questions below the huawei-mobile-services tag, and Huawei R&D experts can solve your problem online on a one-to-one basis.
- To join the developer discussion, please visit [Huawei Developer Forum](https://forums.developer.huawei.com/forumPortal/en/forum/hms-core).
If you have problems using the sample code, submit [issues](https://github.com/HMS-Core/hms-scene-physics-engine-demo/issues) and [pull requests](https://github.com/HMS-Core/hms-scene-physics-engine-demo/pulls) to the repository.
## License
SceneKitPhysicsEngineDemo is licensed under the [Apache License, version 2.0](http://www.apache.org/licenses/LICENSE-2.0).