Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
noctvrno authored Jul 10, 2022
1 parent 545675e commit 0db0df8
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,25 @@ Currently being developed by one person - that's me :) - using C# WPF. Below you
- Randomize the order of the runs - future implementation.
- Color customization for the state of the runs, fonts, font size, font weight and other cosmetic stuff - future implementation.
- TBA.

## Demonstration

### Run manipulation: adding, deleting, renaming and moving runs around
![RunManipulation](https://user-images.githubusercontent.com/63927668/178163180-14c89f91-1f21-405c-9a83-d4ffac0e946c.gif)

### Editing the size of the runs
![EditRunSize](https://user-images.githubusercontent.com/63927668/178163208-dce7bb4b-c178-4fc5-9263-219cc52faa0a.gif)
Edit the width, height and spacing for each run. Each of these parameters are computed to work within a range (based on the other parameters and the width of the window).

### Setting a logo for a run
![SetRunLogo](https://user-images.githubusercontent.com/63927668/178163235-59796ae1-0d27-4c0b-9f7d-c744dc87b1b2.gif)
Logos must be properly dimensioned beforehand, you will not be able to resize them in the application currently.

### Others
- You can also customize the color of the borders, backgrounds and also the font color.
- You can save the current ChallengeRun as an .MCRO file and Load it the next time you stream. This saves everything you have changed/added in your current template.

### Future implementations:
- Transparent backgrounds and borders for the runs - Not difficult to implement.
- Add new fonts and font sizes - Not difficult to implement.
- Design your own run display and reference them inside the application (kind of how Run Logos work right now - you add an image as the background of each run) - Not difficult to implement.

0 comments on commit 0db0df8

Please sign in to comment.