From 0db0df8c9e92013c739660580bca0577e425a06c Mon Sep 17 00:00:00 2001 From: noctvrno Date: Mon, 11 Jul 2022 00:56:33 +0300 Subject: [PATCH] Update README.md --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index 4ebf6e7..1230148 100644 --- a/README.md +++ b/README.md @@ -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.