Popularity
5.0
Growing
Activity
0.0
Stable
315
23
63

Programming language: Swift
Tags: Augmented Reality    

ARKit-Navigation alternatives and similar libraries

Based on the "Augmented Reality" category.
Alternatively, view ARKit-Navigation alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of ARKit-Navigation or a related project?

Add another 'Augmented Reality' Library

README

ARKitNavigationDemo

PRs Welcome Platform [Platform](hhttps://swift.org/blog/swift-4-0-released/)

  • Work in progress.

In Progress

  • [ ] Region โ€” For one, we could render far fewer nodes. In fact, itโ€™s a bit distracting that the entire trip is rendered. To fix this, we could render one leg of the journey at a time. Then we could use our location service to monitor for when we enter that region, or we could calculate the distance from the point of view to the last node in the leg triggering a mechanism to render a new leg and remove the old when they are in proximity.

  • [ ] Dynamic Destination โ€” Another easy way we could improve it is we could allow the user to set their destination while they are navigating, instead having to go back to the map.

  • [ ] Reset โ€” As the project is as of this writing, the reset functionality hasnโ€™t been completed. Sometimes ARKit gets confused, sometimes the GPS gets confused (more on the location problems in a bit.) So we can build a mechanism which resets the screen so we can start over. That way you donโ€™t have to quit to reset the trip.

ARKit Demo Application

When it loads to the map, tap a place on the map where you want to navigate to and press okay. The tap can be sluggish, so you might have to try once or twice before you get it. When the navigation screen loads, tap the screen, then give it a few seconds. You should see the nodes render.

Example gif

Demo project for:

ARKit and CoreLocation: Part One

ARKit and CoreLocation: Part Two

ARKit and CoreLocation: Part Three

Related Projects:

ARKit Airport - Navigation In Augmented Reality: Part One

ARKitAirport

ARNavigation

ARKit Drone

ARKitSpitfire