1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-01 06:50:26 +02:00
Add content and resources to Arkit section

- Updated content about ARKit framework
- Included additional links to oficial documentation
This commit is contained in:
Martins Gouveia
2024-07-05 13:39:08 +01:00
committed by GitHub
parent 7f1f58516e
commit 3fda008f12

View File

@@ -1 +1,11 @@
# ARKit
# ARKit
ARKit is Apples framework for creating `augmented reality (AR) experiences` on iOS devices.
`Augmented reality (AR)` describes user experiences that add 2D or 3D elements to the live view from a devices sensors in a way that makes those elements appear to inhabit the real world.
Visit the following resources to learn more:
- [@official@ARKit](https://developer.apple.com/documentation/arkit)
- [@official@Setting up access to ARKit data](https://developer.apple.com/documentation/visionos/setting-up-access-to-arkit-data)
- [@article@Everything you need to know about Apple's augmented reality platform](https://www.pocket-lint.com/ar-vr/news/apple/141615-apple-ar-kit-explained/)