Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 1011 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 1011 Bytes

YateleySchoolMapVR

MR/AR/VR-based 3d Map of Yateley School coded using Elixir/Phoenix and Mozilla A-Frame.

MR; mixed reality - Microsoft HoloLens

AR; augmented reality - using the camera on your devices, iOS/Android

VR; virtual reality - Vive, Rift, Daydream, GearVR, Google Cardboard

Works just like a normal 3d WebGL App on any desktop browser.

Code copyright Andrew Potter 2017. 3d models of the school created by Andrew Potter 2015-2016 and copyright Hampshire County Council. Photographs of the school taken by Andrew Potter 2016 and copyright Hampshire County Council.

Deployment

Please use Docker. TODO: Add more details.

Development

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.create && mix ecto.migrate
  • Install Node.js dependencies with cd assets && npm install
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.