Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)