Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rocketseat-content/youtube-challenge-arkit
Augmented Reality (AR) with React Native for ARKit (iOS)
https://github.com/rocketseat-content/youtube-challenge-arkit
Last synced: about 2 months ago
JSON representation
Augmented Reality (AR) with React Native for ARKit (iOS)
- Host: GitHub
- URL: https://github.com/rocketseat-content/youtube-challenge-arkit
- Owner: rocketseat-content
- Created: 2020-02-12T19:03:47.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-20T15:47:37.000Z (almost 5 years ago)
- Last Synced: 2024-07-31T19:42:46.369Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 335 KB
- Stars: 14
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
Code Challenge - ARKit with React Native (for iOS)In this code challenge we developed a simple AR (Augmented Reality) in React Native using ARKit for iOS.
## Participants
| [](https://github.com/guilhermerodz) | [](https://github.com/carloslevir) |
| :------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------: |
| [Guilherme Rodz](https://github.com/guilhermerodz) | [Carlos Levir](https://github.com/carloslevir) |## Notes
- Unfortunately, Expo AR doesn't support ARCore (Android).
- There is not a significant amount of examples and documentation.## What can be better?
- Add `texture` to `.obj` with `.mtl`;
- Add conditionals based on `facial expressions`;
- Try to attach objects to `surfaces`;## Dependencies
- [Expo](https://expo.io/) = 3.13.1
## Getting started
1. Clone this repository;
2. Run `npm or yarn install` to install dependencies.
3. Run `expo start`. iOS support only.## Contributing
Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests.