Skip to content

Commit 135889d

Browse files
authored
README.md add intro images
1 parent 347077b commit 135889d

1 file changed

Lines changed: 8 additions & 11 deletions

File tree

README.md

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -40,30 +40,27 @@ _Longer demo, using the 6 windows_N.py files in /demos. Demonstrates more comple
4040

4141
DiffCast costs of two windows -- (1) the code viewer and (2) the controller.
4242

43+
![diffcast-demo-windows](https://user-images.githubusercontent.com/126239/151141472-ee71096a-d9d1-4843-9614-aef323e398ec.png)
44+
4345
Configure the size of the code viewer component.
4446

47+
![diffcast-demo-size](https://user-images.githubusercontent.com/126239/151141490-ddc18d73-1116-478d-a848-a1dccecd2cbe.png)
4548

4649
Add your intermediate files for generating the DiffCast from & then select the file in the list to start from.
4750

51+
![diffcast-demo-files](https://user-images.githubusercontent.com/126239/151141504-084c6789-6be7-4151-977f-a32b44cbf62c.png)
4852

53+
Clicking *Start* will start playing a DiffCast from the currently selected file. The first file will be loaded *as-is* and then edited until it matches the 2nd file, and then 3rd file and so on. You can *Stop* the DiffCast at any time. The *Prev* and *Next* buttons can be used to create DiffCasts stepping manually forwards (or backwards) through the changes, for example if you are demonstrating to a class.
4954

50-
Clicking *Start* will start playing a DiffCast from the currently selected file.
51-
The first file will be loaded *as-is* and then edited until it matches the 2nd file, and then 3rd file and so on.
52-
53-
You can *Stop* the DiffCast at any time.
54-
55-
56-
The *Prev* and *Next* buttons can be used to create DiffCasts stepping manually forwards (or backwards) through the changes, for example if you are demonstrating to a class.
57-
58-
55+
![diffcast-demo-controls](https://user-images.githubusercontent.com/126239/151141563-b2a0d9f9-8773-4eb8-9409-79c943b9248f.png)
5956

6057
Sometimes you want your current code to be *runnable* in a particular location -- for example, if you want to bring up a shell and run the same file as the changes are demonstrated. In this case you can use *Select output file...* to select the file to write the latest version to. Only the final working files are written (the state *after* the diff) so it will always work.
6158

62-
63-
59+
![diffcast-demo-output](https://user-images.githubusercontent.com/126239/151141588-b2f84633-6239-4c50-a929-afde83b55ca6.png)
6460

6561
You can optionally show a file listing next to the code viewer, which will default to showing the selected output file in it's folder.
6662

63+
![diffcast-demo-editor-filelist](https://user-images.githubusercontent.com/126239/151141686-41bab266-7c15-464c-b73e-2bfce1a48e61.png)
6764

6865
## FAQ
6966

0 commit comments

Comments
 (0)