Take a picture as your anchor and then use it to anchor AR content to achieve persistence without the need of external libraries.
It uses ARKit Anchor Images to achieve persistence.
- XCode Version >= 9.3 (9E145)
- iOS device which can run ARKit
- iOS device with iOS >= 11.3
- Clone
cd
into the project's dir- Run
pod install
- Open the workspace
- Start it
- Take a picture so that it can become your anchoring point
- Show the anchor to the application again
- Place content with respect to the anchor
- Close the app
- Open it again
- Point at your anchor
Content now appears where you had left it.
This repo is release as-is and purely for educational purposes. The code is old but can be used as inspiration. If you encounter issues, do feel free to fork + open pull requests and I'll integrate the fixes.
Please see LICENSE