ezartech / ezar-cube

ezAR spinning cube demo using three.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#ezAR Cube Demo This app renders a rotating 3D cube over a video preview. The cube is managed using three.js. The ezAR VideoOverlay plugin provides the vide preview.

At this time the demo works best on iOS devices. Your mileage will vary on Android devices based on the graphics capabilities of the device.

Video Introduction
video introduction

##Getting Started

  1. Install the ezAR Video Overlay plugin using the Cordova SDK CLI

    cordova plugin add <path>/com.ezartech.ezar.videooverlay
    
  2. Install the platforms you plan to test on.

    cordova platform add ios
    cordova platform add android
    
  3. Build the project for all installed platforms

    cordova build --device
    
  4. Install on your device and run

    I use GapDebug for drag-n-drop app installation and when needed debugging of my Cordova web UIs.

##License See modified MIT license.

##Credits The project code was adapted from Ajeet Yadev's article Creating 3D Cube: A Practical Guide to Three.js

Copyright (c) 2015-2016, ezAR Technologies

About

ezAR spinning cube demo using three.js

License:Other


Languages

Language:JavaScript 60.5%Language:HTML 39.5%