Skip to content

Commit

Permalink
Added screenshot of Demo
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbinder committed Jul 2, 2023
1 parent e6b1dd5 commit e81aa1d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ Regardless of the license, it would be cool if you somehow mentioned, that you g
- Update rate of the counter is hard coded to 100ms.
- The goal of complicated progress update loop is to reduce IO access as much as possible.
- The progress will be shown as a percentage (int)
- Time is `elapsed time | estimated time left`

### Demo
The [Demo.java](https://github.com/danielbinder/Progress/blob/master/src/Demo.java) demonstrates some usages described above, where the progress is determined by counters that increase randomly.

Here you can see how it should look in your console:

![demo.png](demo.png)
Binary file added demo.png
Loading
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 e81aa1d

Please sign in to comment.