Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SimonMarquis/AR-Toolbox
𧰠ARCore & Sceneform Playground
https://github.com/SimonMarquis/AR-Toolbox
android arcore augmented-reality sceneform
Last synced: 2 months ago
JSON representation
𧰠ARCore & Sceneform Playground
- Host: GitHub
- URL: https://github.com/SimonMarquis/AR-Toolbox
- Owner: SimonMarquis
- License: apache-2.0
- Created: 2019-06-23T17:05:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-14T20:54:52.000Z (9 months ago)
- Last Synced: 2024-04-16T11:22:03.711Z (9 months ago)
- Topics: android, arcore, augmented-reality, sceneform
- Language: Kotlin
- Homepage: https://play.google.com/store/apps/details?id=fr.smarquis.ar_toolbox
- Size: 35.9 MB
- Stars: 274
- Watchers: 10
- Forks: 36
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-AR - AR-Toolbox
README
AR Toolbox
| Scene | Models | Options | Settings |
|---|---|---|---|
| ![](art/screenshot_scene.png) | ![](art/screenshot_scene_models.png) | ![](art/screenshot_scene_options.png) | ![](art/screenshot_scene_settings.png) || Model chooser | Augmented Face | Native Viewer | Web Viewer |
|---|---|---|---|
| ![](art/screenshot_models_gltf.png) | ![](art/screenshot_faces.png) | ![](art/screenshot_viewer_native.png) | ![](art/screenshot_viewer_web.png) |### Features
- **Scene debug**: Camera position, Camera rotation, Anchors, Planes, Points
- **[Scene configuration](https://developers.google.com/sceneform/develop/build-scene)**: Sunlight, Shadows, Plane renderer, Selection visualizer
- **[3D models](https://developers.google.com/sceneform/develop/create-renderables)**: Sphere, Cylinder, Cube, Layout, sfa, Freehand drawing, glTF, Video
- **[Material properties](https://developers.google.com/sceneform/develop/standard_properties.pdf)**: Color, Metallic, Roughness, Reflectance
- **[Gestures](https://developers.google.com/sceneform/develop/build-scene)**: Drag, Rotate, Scale
- **[Measurements](https://developers.google.com/sceneform/develop/create-renderables)**: Measure polylines
- **[Augmented images](https://developers.google.com/ar/develop/java/augmented-images/)**: Tracks the application logo
- **[Augmented faces](https://developers.google.com/ar/develop/java/augmented-faces/)**: Identify regions of a detected face
- **[Depth points](https://developers.google.com/ar/develop/java/depth/developer-guide#depth_hit_test)**: More accurate hit tests
- **[Native & web scene viewers](https://developers.google.com/ar/develop/java/scene-viewer)**: Interactive models in native or on the web
- **[Cloud anchors](https://developers.google.com/ar/develop/java/cloud-anchors/overview-android)**: Host, share and resolve anchors
- **[PointCloud](https://developers.google.com/ar/reference/java/arcore/reference/com/google/ar/core/PointCloud)**: Feature points
- **[Screen capture & recording](https://developers.google.com/sceneform/develop/video-recording)**: 480p, 720p, 1080p, 2160p
- **[Performance overlay](https://developers.google.com/ar/develop/java/debugging-tools/performance-overlay)**: CPU usage, memory, temperature## Credits
- [ARCore](https://github.com/google-ar/arcore-android-sdk)
- [Sceneform](https://github.com/google-ar/sceneform-android-sdk)
- [ColorSeekBar](https://github.com/divyanshub024/ColorSeekBar)
- [sceneform-samples](https://github.com/googlesamples/sceneform-samples)
- [glTF-Sample-Models](https://github.com/KhronosGroup/glTF-Sample-Models)
- [Poly](https://poly.google.com/) [ðŠĶ](https://support.google.com/poly/answer/10192635)
- [Poly Pizza](https://poly.pizza/)
- [\](https://github.com/GoogleWebComponents/model-viewer)## License
```
Copyright 2019 Simon MarquisLicensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```