All Projects → EddyVerbruggen → Nativescript Ar

EddyVerbruggen / Nativescript Ar

Licence: mit
Augmented Reality NativeScript plugin

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Nativescript Ar

stardust-SDK
Stardust SDK and sample app for Unity
Stars: ✭ 23 (-78.5%)
Mutual labels:  augmented-reality, arkit, arcore
Viro
ViroReact: AR and VR using React Native
Stars: ✭ 1,735 (+1521.5%)
Mutual labels:  augmented-reality, arkit, arcore
Xr Unity
8th Wall XR Unity projects and resources. Feel free to contribute!
Stars: ✭ 108 (+0.93%)
Mutual labels:  augmented-reality, arkit, arcore
Jeelizar
JavaScript object detection lightweight library for augmented reality (WebXR demos included). It uses convolutional neural networks running on the GPU with WebGL.
Stars: ✭ 296 (+176.64%)
Mutual labels:  augmented-reality, arkit, arcore
Svrf Ios Sdk
iOS SDK for the Svrf API and ARKit Face Filters
Stars: ✭ 24 (-77.57%)
Mutual labels:  augmented-reality, arkit
Arkit 2 Image Tracking Demo
iOS 12 + ARKit 2 + Image tracking means: Harry Potter style moving pictures, living movie posters, video postcards, paper-thin “displays,” and lots more augmented reality fun.
Stars: ✭ 102 (-4.67%)
Mutual labels:  augmented-reality, arkit
Arvisualizer
Prototype of a real-time visualization tool for ARKit sessions
Stars: ✭ 102 (-4.67%)
Mutual labels:  augmented-reality, arkit
Ar Ane
ARKit Adobe Air Native Extension for iOS11
Stars: ✭ 35 (-67.29%)
Mutual labels:  augmented-reality, arkit
Arkit Corelocation
Combines the high accuracy of AR with the scale of GPS data.
Stars: ✭ 5,045 (+4614.95%)
Mutual labels:  augmented-reality, arkit
Partfolio
Rosberry Portfolio app made with Apple ARKit
Stars: ✭ 29 (-72.9%)
Mutual labels:  augmented-reality, arkit
Awesome Arcore
A curated list of awesome ARCore projects and resources. Feel free to contribute!
Stars: ✭ 106 (-0.93%)
Mutual labels:  augmented-reality, arcore
Arshooter
A demo Augmented Reality shooter made with ARKit in Swift (iOS 11)
Stars: ✭ 794 (+642.06%)
Mutual labels:  augmented-reality, arkit
Archarts
Lovely Augmented Reality Charts for iOS - Built with ARKit
Stars: ✭ 679 (+534.58%)
Mutual labels:  augmented-reality, arkit
Awesome Arkit
A curated list of awesome ARKit projects and resources. Feel free to contribute!
Stars: ✭ 7,139 (+6571.96%)
Mutual labels:  augmented-reality, arkit
Arpaint
Draw with bare fingers in the air using ARKit
Stars: ✭ 672 (+528.04%)
Mutual labels:  augmented-reality, arkit
Teapot shooter
Augmented Reality Teapot Shooter made using Unity and ARCore
Stars: ✭ 30 (-71.96%)
Mutual labels:  augmented-reality, arcore
React Arkit
AR library for React-Native based on ARKit
Stars: ✭ 57 (-46.73%)
Mutual labels:  augmented-reality, arkit
Scenekit Scnline
Draw a tube or thick line in SceneKit
Stars: ✭ 49 (-54.21%)
Mutual labels:  augmented-reality, arkit
Justaline Ios
The first cross-platform collaborative AR app (for doodling)
Stars: ✭ 98 (-8.41%)
Mutual labels:  arkit, arcore
Arkit Projects
Experimenting with ARKit
Stars: ✭ 70 (-34.58%)
Mutual labels:  augmented-reality, arkit

NativeScript Augmented Reality

Build Status NPM version Downloads Twitter Follow

Tip: give this article by TJ a read if you want a nice introduction to AR in NativeScript. It uses an older version of the plugin, but it's still quite relevant.

Supported platforms

  • iPhone SE, 6s, iPad Pro, iPad 2017, or newer support ARKit. Running iOS 11 or newer.
  • Many Android devices support ARCore nowadays. Obviously the faster the device, the better the experience.

Installation

From the command prompt go to your app's root folder and execute:

tns plugin add nativescript-ar

Embedding an AR view

Types of AR experiences

Using the AR API

Running the demos

To dive in quickly, install NativeScript if you don't have it yet: npm i -g nativescript, then clone this repo:

git clone https://github.com/EddyVerbruggen/nativescript-ar
cd nativescript-ar/src

In the src folder you'll find a package.json which has the commands to build and run these demos:

Solar System (Vue)

npm run demo.solarsystem.ios 
npm run demo.solarsystem.android 

Pokémon (Angular)

npm run demo.pokemon.ios
npm run demo.pokemon.android

Glasses (Angular)

npm run demo.glasses.ios
npm run demo.glasses.android

TypeScript demo

This is just a kitchen sink demo with a lot of random stuff.

npm run demo.ios
npm run demo.android

JavaScript demo

This is a super simple demo which show how to integrate this plugin with plain JavaScript NativeScript apps.

npm run demo.plainjs.ios
npm run demo.plainjs.android
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].