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.
-
Install dependencies
$ npm install
-
Serve the presentation and monitor source files for changes
$ grunt serve
-
Open http://localhost:8000 to view your presentation
You can change the port by using
grunt serve --port 8001.
This presentation is based on the reveal.js system. Instructions on creating content can be found here.
- 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)