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: 16 days ago
JSON representation
An ARKit App that can help your friends to find you
- Host: GitHub
- URL: https://github.com/mmoaay/findme
- Owner: mmoaay
- License: gpl-3.0
- Created: 2017-09-24T05:14:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-12T08:58:13.000Z (over 7 years ago)
- Last Synced: 2025-03-30T03:04:55.628Z (23 days ago)
- Topics: apple, arkit, ios, navigation, routing, searching, sharing, swift
- Language: Swift
- Homepage:
- Size: 124 MB
- Stars: 492
- Watchers: 23
- Forks: 61
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README

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

## 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
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

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