Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mitevpi/urban-insights-frontend
Winning AEC Hackathon 2019 Silicon Valley Project. AR/VR Application for visualizing proposed buildings on their sites and overlaying environmental and zoning analysis.
https://github.com/mitevpi/urban-insights-frontend
a-frame analysis ar architecture city computation data design rhino smart ui vr vue vuejs
Last synced: about 1 month ago
JSON representation
Winning AEC Hackathon 2019 Silicon Valley Project. AR/VR Application for visualizing proposed buildings on their sites and overlaying environmental and zoning analysis.
- Host: GitHub
- URL: https://github.com/mitevpi/urban-insights-frontend
- Owner: mitevpi
- Created: 2019-02-23T18:15:23.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-09T23:19:25.000Z (over 3 years ago)
- Last Synced: 2024-05-01T16:10:28.350Z (8 months ago)
- Topics: a-frame, analysis, ar, architecture, city, computation, data, design, rhino, smart, ui, vr, vue, vuejs
- Language: Vue
- Homepage:
- Size: 15.1 MB
- Stars: 10
- Watchers: 4
- Forks: 3
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Logo](/src/assets/logo.png)
# Urban Insights
[![Generic badge](https://img.shields.io/badge/Deployment-AWS-green.svg)](https://urban-insights-8sl8m3t8f.now.sh/)
[![Generic badge](https://img.shields.io/badge/Testing-Glitch-green.svg)](https://github.com/mitevpi/urban-insights-frontend/wiki/Glitch)
[![Generic badge](https://img.shields.io/badge/Backend-Heroku-green.svg)](https://urban-insights-api.herokuapp.com)**AEC Hackathon 2019 Silicon Valley** project.
An application for visualizing proposed buildings, their code-constraints, and environmental analyses in situ using AR & VR.## Current Deployed Build
Current build can be accessed from the "Deployment" Badge above.
## Developer Set Up
Clone the repository and run the commands below to start the development server. Navigate to localhost:8080 on your local machine to visualize.
```cmd
npm install
npm run serve
```In order to deploy this project as intended, use [Now](https://zeit.co/dashboard)'s documentation to deploy a static, serverless build of the application. Once an account has been created with Now, you should be able to run the commands below in the root of the repository to deploy.
```cmd
npm run build
now
```## Concept
### Prototype
![proto](/screenshots/app.png)
| Mobile | Web |
| :--------------------------: | :-----------------------------: |
| ![ui](/screenshots/ui01.gif) | ![uiweb](/screenshots/ui02.gif) |### Stack
![stack](/screenshots/stackDiagram.png)