0.1.1 - 2017-04-01
🏗️ Build a New City Now: >> aframe.city <<
HTC Vive or Oculus Rift with accompanying controllers required to add items to scene.
Load Existing City
- https://aframe.city/#NewYington
- https://aframe.city/#LosTierrashire
- https://aframe.city/#NewKusunoki
Added
- added new objects (valencia street pack)
- made a few youtube videos of city builder and UI: https://www.youtube.com/watch?v=ni_AF6RYtZo
- added guide in readme re how to contribute new objects to repo
- "first ui" blog post about city builder aframe select bar: https://medium.com/p/38b0c86ed7b7/
- added 2nd controller element with action menu commands
- added teleport
- added save to firebase
- aframe.city domain registration and firebase hosting
- add new game title, city name and favicon, yay 🏗️ aframe.city!
- new camera view before entering VR mode - rotation is a bit wonky
- check if city name is invalid before saving - note this is client side only, no server validation. it is possible to overwrite all firebase cities with a malformed city name :/
- add randopeeps npm module for fun random city names
- city saved as URL camel case hash shortname that can be easily shared
- open a city by simply visiting the city's hash url (aframe.city/#CityName)
- add city name hash to page title when saved / opened / saveAs'ed
- tie firebase save to VR action menu ui
- added saveas menu option
- added new city menu option - no warning, use with care!
Changed
- removed select-bar component from this project and added reference to new repo: https://github.com/kfarr/aframe-select-bar-component
- moved "trigger" event to select bar component
- convert from bmfont to new aframe text component