Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/mmoaay/Findme

An ARKit App that can help your friends to find you
https://github.com/mmoaay/Findme

apple arkit ios navigation routing searching sharing swift

Last synced: 6 days ago
JSON representation

An ARKit App that can help your friends to find you

Lists

README

        

![Findme](https://github.com/mmoaay/Findme/blob/develop/Findme/resources/findme_banner.png)



codebeat badge




An **ARKit** App that can do three things:

- Recording the route you've passed by
- Sharing the route with your friends
- Your friends can find the start position of the route, then follow it to find you

## 🌹Preview

![Demo](https://github.com/mmoaay/Findme/blob/develop/Findme/resources/findme_demo.png)

## App Store

You can download Findme at [AR FindMe](https://itunes.apple.com/cn/app/findme/id1321822486?mt=8)

## 🎁Show time

### Demo video

You can find the demo video of Findme at [YouTube](https://youtu.be/hnj9ompKtp0)

### Step by Step

| Recording | Sharing | Searching |
|:---------:|:-------:|:---------:|
| ![Recording](https://github.com/mmoaay/Findme/blob/master/Findme/resources/findme_recording.gif) | ![Sharing](https://github.com/mmoaay/Findme/blob/master/Findme/resources/findme_sharing.gif) | ![Searching](https://github.com/mmoaay/Findme/blob/master/Findme/resources/findme_searching.gif) |

#### Recording

Recording the route you've passed by.

#### Sharing

Sharing the route with your friends through social apps such as Line, QQ or Wechat.

#### Searching

Your friends received the route you've sent to them and find the start position of the route according to the picture, then follow the route to find you

## ℹ️Key information for the route

- An picture that can help your friends to find the start position
- The scene

## ⚠️Warning

You should find the **very start position of the route**, otherwise the route will lead you to an unknown target.

## 👆Improving

**ARKit** is not so stable now, so we've tried some methods to improve the accuracy of the route, mainly at these two branches:

- [According to location](https://github.com/mmoaay/Findme/tree/feature/location_optimize)
- [According to distance](https://github.com/mmoaay/Findme/tree/feature/distance_optimize)

## 🤦‍♂️Author

mmoaay, [email protected]

## License

![](https://www.gnu.org/graphics/gplv3-127x51.png)

Findme is available under the GPL-3.0 license. See the LICENSE file for more info.