New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cordova-plugin-pixlive

Package Overview
Dependencies
Maintainers
1
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-plugin-pixlive

PixLive SDK plugin for Cordova based hybrid apps

  • 1.2.10
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
16
Maintainers
1
Weekly downloads
 
Created
Source

Cordova plugin for PixLive SDK

This allows a seamless bridge for using Augmented Reality PixLive SDK into your own Cordova application.

Check http://www.pixlive.info for more information and the Ionic plugin at http://vidinoti.github.io/angular-pixlive/

Installation

Create a PixLive Maker account, obtain a licence, download SDKs and register you app at https://www.vidinoti.com/

Install the plugin by passing the VDARSDK.framework and vdarsdk-release.aar file of the PixLive SDK to the plugin installation command line:

cordova plugin add cordova-plugin-pixlive@latest --variable LICENSE_KEY=MyLicenseKey --variable PIXLIVE_SDK_IOS_LOCATION=\"path/to/VDARSDK.framework\" --variable PIXLIVE_SDK_ANDROID_LOCATION=\"path/to/android/vdarsdk-release.aar\"

Create an augmented reality app in two minutes!

This demo app show you the basis to use PixLive SDK in your cordova project.

  • Create a new Cordova project using cordova-template-PixLive. Don't forget to register your app on PixLive Maker.
cordova create myArApp com.mycompany.myArApp myArApp --template https://github.com/vidinoti/cordova-template-PixLive.git
  • Add android and iOS platforms
cd myArApp
cordova platform add android
cordova platform add ios
  • Add the Cordova plugin for PixLive SDK to your project
cordova plugin add cordova-plugin-pixlive@latest --variable LICENSE_KEY=MyLicenseKey --variable PIXLIVE_SDK_IOS_LOCATION=\"path/to/VDARSDK.framework\" --variable PIXLIVE_SDK_ANDROID_LOCATION=\"path/to/android/vdarsdk-release.aar\"
  • Build your project
cordova buil android
cordova build ios
  • Your demo app is ready, you can already test it!
cordova run android

Keywords

FAQs

Package last updated on 25 May 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc