If you want to explore ARKit, either to push the current project further or to try out new things, we recommend Apple's example projects, which can be found at https://developer.apple.com/documentation/arkit. Some of these projects are as follows:
- The mentioned https://developer.apple.com/documentation/arkit/tracking_and_visualizing_planes project, which you can use to track and visualize the plane anchors
- The https://developer.apple.com/documentation/arkit/detecting_images_in_an_ar_experience project, which you can use to detect 2D images (the portal could appear over a real painting instead of in the middle of the street, for example)
- The https://developer.apple.com/documentation/arkit/tracking_and_visualizing_faces project, which you can use to track faces and animate virtual avatars through real expressions
With the launch...