Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/olucurious/Awesome-ARCore
A curated list of awesome ARCore projects and resources. Feel free to contribute!
https://github.com/olucurious/Awesome-ARCore
List: Awesome-ARCore
android arcore augmented-reality mobile
Last synced: 2 months ago
JSON representation
A curated list of awesome ARCore projects and resources. Feel free to contribute!
- Host: GitHub
- URL: https://github.com/olucurious/Awesome-ARCore
- Owner: olucurious
- Created: 2017-08-30T15:25:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-11-27T19:25:35.000Z (about 3 years ago)
- Last Synced: 2024-05-22T12:45:21.531Z (8 months ago)
- Topics: android, arcore, augmented-reality, mobile
- Homepage:
- Size: 10.7 KB
- Stars: 132
- Watchers: 11
- Forks: 18
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
Awesome Lists containing this project
- Awesome-SLAM - Awesome-ARCore
README
# Awesome-ARCore [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
A curated list of awesome ARCore projects and resources. Feel free to contribute!![Banner](https://developers.google.com/ar/images/discover-hero.jpg)
ARCore is a platform for building augmented reality apps on Android. ARCore uses three key technologies to integrate virtual content with the real world as seen through your phone's camera:
* **Motion tracking** allows the phone to understand and track its position relative to the world.
* **Environmental understanding** allows the phone to detect the size and location of flat horizontal surfaces like the ground or a coffee table.
* **Light estimation** allows the phone to estimate the environment's current lighting conditions.## ARCore
- [Projects](#projects)
- [Google Play](#google-play)
- [Articles](#articles)
- [Resources](#resources)- - -
# Projects
* [Portal Painter](https://github.com/googlecreativelab/arexperiments-portal-painter) - Doodle new worlds onto your own
* [ARCore for All](https://github.com/tomthecarrot/arcore-for-all) - Google ARCore for "unsupported" Android devices
* [Sceneform Android SDK :warning:[Archived]](https://github.com/google-ar/sceneform-android-sdk) - Google Android 3D framework to build augmented reality apps without OpenGL
* [Sceneform Android SDK Maintained](https://github.com/SceneView/sceneform-android) - ARCore Android SDK with Google Filament 3D engine. Continuation of Google Sceneform
* [Google ARCore Asset Converter](https://github.com/necrostylery/google-ar-asset-converter) - Raw binaries to convert models (obj, fbx and glTF) to Sceneform format.
* [AR Toolbox](https://github.com/SimonMarquis/AR-Toolbox) - ARCore multiple sample usage with Sceneform within an app# Google Play
* [AR Toolbox](https://play.google.com/store/apps/details?id=fr.smarquis.ar_toolbox) - ARCore multiple sample usage with Sceneform within an app
* [AR Environment Lights](https://play.google.com/store/apps/details?id=com.gorisse.thomas.ar.environmentlights) - Display 3D models on AR and change the detected lights intensities# Articles
* [Make an Android AR app in 2022](https://medium.com/make-an-android-ar-augmented-reality-app-for/make-an-ar-augmented-reality-app-for-android-in-2022-48a1711562bb)
# Resources
* [Android](https://developers.google.com/ar/develop/java/getting-started)
* [Unreal Engine](https://developers.google.com/ar/develop/unreal/getting-started)
* [Unity](https://developers.google.com/ar/develop/unity/getting-started)# Contributing
Your contributions are always welcome! To add, remove, or change things on the list: Submit a pull request. See `contribution.md` for guidelines.