Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
timmcginley authored Feb 18, 2021
1 parent 3f53337 commit 89f9114
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
# ADX - Agile Design Experience
This repo follows the devlopment of the Agile Building Design Agile Design Experience.

# Thread 1: Grasshopper
## Thread 1: Grasshopper
* Simulation - send the data to the cloud
* alert user that simmulation is finished / results are done / error an email when done.
* Try not to recalculate the geometry each time

## Simulate in the cloud
### Simulate in the cloud
If some work is done in the cloud, what work should we do locally? what should be on your machine - GDPR - perspective all your own data? asynchronous processes on the cloud, synchronous processes on the ground.

## Email alert
### Email alert
google api - mail bot - licensing etc. to be investigated.

## Don't do that again!
### Don't do that again!
Avoid repeating calculations unneccessarily. Use similar parameters - reuse parts of models where possible. Results are precious.

# Thread 2: Rhino inside Revit
## Thread 2: Rhino inside Revit
* send native GH geometry to Revit
* support disciplines in their native programs.
* Display feedback in the most useful program to them. (Don't have to go somewhere else to get feedback).

## send GH geo to Revit.
### send GH geo to Revit.

## support disciplines in their native programs.
### support disciplines in their native programs.

## Don't have to go somewhere else to get feedback
### Don't have to go somewhere else to get feedback

# Thread 3: Speckle 2.0
## Thread 3: Speckle 2.0
* what should we use to send data in the design team.
* speckle knows who sent the data - and when it was sent
* it in a speckle project which will give us the data.
Expand Down

0 comments on commit 89f9114

Please sign in to comment.