Skip to content
This repository has been archived by the owner on May 30, 2021. It is now read-only.

Commit

Permalink
Revised README examples
Browse files Browse the repository at this point in the history
  • Loading branch information
StudioLE committed Aug 17, 2019
1 parent b2e9d53 commit 5fe073c
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 15 deletions.
25 changes: 22 additions & 3 deletions README.md
@@ -1,7 +1,6 @@
# Visual Diff for Dynamo

![](https://github.com/ArcadisHackathon/TrainWreck/blob/master/Resources/workflow.gif)

A View Extension for Dynamo to Visually Track changes between two Dynamo Graphs in order to improve collaborative workflows in visual programming.
A View Extension for Dynamo to visually compare the differences between two Dynamo Graphs in order to improve collaborative workflows in visual programming.

The project was developed by Michael van Telgen, Robert Wood, and Laurence Elsdon (all representing Arcadis) at the Dynamo and Generative Design Hackathon in Toronto where it was awarded 2nd place!

Expand All @@ -14,3 +13,23 @@ The project was developed by Michael van Telgen, Robert Wood, and Laurence Elsdo
- Provide code reviewers a clear indication of changes to be assessed in QA review

- Clearly indicate additions/deletions/modifications that may be the result of human error thus quashing bugs before they proliferate

## Demo

### Compare two Dynamo Graphs

The following example shows an Dynamo Graph being opened, and then comapred to a reference graph selected using Visual Diff.

![](Resources/compare-dyn.gif)

### Compare two Dynamo Custom Nodes

The next example shows a DYF being compared.

![](Resources/compare-dyf.gif)

### Compare a Graph stored in a Git version control repository

The next example is a proof of concept to show that the extension can be adapted to read files from a Version Control system such as Git or Sharepoint - using this Git repository as an example: https://github.com/StudioLE/DynamoExamples.

![](Resources/compare-git.gif)
12 changes: 0 additions & 12 deletions ReadMe.txt

This file was deleted.

Binary file added Resources/compare-dyf.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Resources/compare-dyn.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Resources/compare-git.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5fe073c

Please sign in to comment.