All Projects → ionic-team → Ionic Starter Cardboard

ionic-team / Ionic Starter Cardboard

A google cardboard template for Ionic

Programming Languages

javascript
184084 projects - #8 most used programming language

Ionic Cardboard

Use Ionic, Three.js and WebGL to build a Google Cardboard app as part of the Angular Cardboard Hackathon. To get started, install the ionic and cordova CLI tools:

$ sudo npm install -g ionic cordova
$ ionic start myApp cardboard

Next, we should modify the config.xml file to force the app to be in landscape mode. Add this line anywhere inside of <widget>:

  <preference name="orientation" value="landscape" />

Then, to run it, cd into myApp and run:

$ ionic platform add ios
$ ionic build ios
$ ionic emulate ios

Substitute ios for android if you'd like to target android instead. The iOS toolchain only works on a Mac, though it can be a bit faster to get up and running with for testing.

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].