All Projects → HippoAR → ReactNativeARKit

HippoAR / ReactNativeARKit

Licence: other
A sample project to demonstrate how to use react-native-arkit

Programming Languages

javascript
184084 projects - #8 most used programming language
objective c
16641 projects - #2 most used programming language
python
139335 projects - #7 most used programming language
java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to ReactNativeARKit

cARd
Flip your card with ARKit
Stars: ✭ 22 (-64.52%)
Mutual labels:  augmented-reality, arkit
ar-resume-with-visual-recognition
An augmented reality based résumé with Face recognition. The iOS app recognizes the face and presents you with the AR view that contains 3D mock face and details of your resume.
Stars: ✭ 71 (+14.52%)
Mutual labels:  augmented-reality, arkit
Pulp-Fiction-ARKit
An experiment using Volume to reconstruct Pulp Fiction's dance scene in Augmented Reality
Stars: ✭ 46 (-25.81%)
Mutual labels:  augmented-reality, arkit
TheLaughingMan-ARKit
Use ARKit to become the infamous Laughing Man from Ghost in the Shell
Stars: ✭ 26 (-58.06%)
Mutual labels:  augmented-reality, arkit
arkit-depth-renderer
Displays the depth values received by the front-facing camera.
Stars: ✭ 48 (-22.58%)
Mutual labels:  augmented-reality, arkit
iOS-ARKit
Basic Concepts and Projects using ARKit on iOS.
Stars: ✭ 18 (-70.97%)
Mutual labels:  augmented-reality, arkit
Unity-ARKit-Plugin
Modified plugin source and Add custom ARKit projects implement on Unity
Stars: ✭ 83 (+33.87%)
Mutual labels:  augmented-reality, arkit
obj2usdz
🦖 obj2usdz, convert .OBJ files to .USDZ on iOS
Stars: ✭ 56 (-9.68%)
Mutual labels:  augmented-reality, arkit
ARRecorder
Example of using ARKit's private SPI to record and replay session sensor data
Stars: ✭ 77 (+24.19%)
Mutual labels:  augmented-reality, arkit
PlacenoteSDK-Unity
Placenote SDK and sample app for Unity
Stars: ✭ 78 (+25.81%)
Mutual labels:  augmented-reality, arkit
RealityKit-CardFlip
An example app using Apple's new RealityKit framework
Stars: ✭ 86 (+38.71%)
Mutual labels:  augmented-reality, arkit
GVRSCNRenderer
SceneKit Rendering and ARKit 6DOF Tracking for Google Cardboard
Stars: ✭ 19 (-69.35%)
Mutual labels:  augmented-reality, arkit
SketchAR
SketchUp model into ARKit. Use SketchUp home remodel and Apple's ARKit (beta) for augmented reality. Goal: import a model (in this case, a remodel) to overlay onto existing real world that you can walk around and 'experience' and compare.
Stars: ✭ 41 (-33.87%)
Mutual labels:  augmented-reality, arkit
ARKitXamarinDemo
ARKit + UrhoSharp + Xamarin
Stars: ✭ 42 (-32.26%)
Mutual labels:  augmented-reality, arkit
unity-arkit-charts-demo
iOS 11 ARKit Charts Demo
Stars: ✭ 13 (-79.03%)
Mutual labels:  augmented-reality, arkit
uARKit
No description or website provided.
Stars: ✭ 15 (-75.81%)
Mutual labels:  augmented-reality, arkit
ARKit-FocusNode
FocusSquare class taken straight from Apple's ARKit examples and packed up for anyone to use with ease.
Stars: ✭ 50 (-19.35%)
Mutual labels:  augmented-reality, arkit
SceneKit-PortalMask
Clean class to create a portal in SceneKit for use in ARKit.
Stars: ✭ 60 (-3.23%)
Mutual labels:  augmented-reality, arkit
ARKit-Persistence-Demo
ARKit 2.0 Persistence Demo
Stars: ✭ 15 (-75.81%)
Mutual labels:  augmented-reality, arkit
DreamBig
☁🌝☁ 3D emoji drawing iPad app with ARKit and the Apple Pencil ☁🌝☁
Stars: ✭ 24 (-61.29%)
Mutual labels:  augmented-reality, arkit

ReactNativeARKit

This is a sample project to demonstrate how to use react-native-arkit

Note: ARKit is only supported by devices with A9 or later processors (iPhone 6s/7/SE/8/X, iPad 2017/Pro) on iOS 11. You also need Xcode 9 to build the project.

How to run the project

  1. git clone https://github.com/HippoAR/ReactNativeARKit.git;
  2. In the project folder, yarn install the dependencies (npm broken atm.)
  3. Go to the ios folder and open ReactNativeARKit.xcodeproj. Build and run on your physical devices (ARKit doesn't run on simulators).
  4. You also need to change the signing team

Notice: the project is using "Release" config on run. If you want to debug and develop, change it to "Debug"

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].