Skip to content

carbonfive/getting-started-in-vr-droidcon2015

 
 

Repository files navigation

Getting Started in VR for Anrdoid with Google Cardboard and Unit

A workshop presentation that provides an introduction on Virtual Reality concepts and how to quickly get started in the field with Google Cardboard and Unity.

Running the Presentation

  1. Install dependencies

    $ npm install
  2. Serve the presentation and monitor source files for changes

    $ grunt serve
  3. Open http://localhost:8000 to view your presentation

    You can change the port by using grunt serve --port 8001.

Contributing

This presentation is based on the reveal.js system. Instructions on creating content can be found here.

Folder Structure

  • css/ Core styles without which the project does not function
  • js/ Like above but for JavaScript
  • plugin/ Components that have been developed as extensions to reveal.js
  • lib/ All other third party assets (JavaScript, CSS, fonts)

About

Workshop Presentation on VR for Droidcon 2015

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 49.3%
  • CSS 39.8%
  • HTML 10.9%