Pranav Srinivas Kumar
cf1f888a0f
Better support for displaying unicode characters in the progress bar, while respecting bar_width
2020-05-23 17:00:13 -05:00
Pranav Srinivas Kumar
04cdd25844
Added sample to show max_progress working with iterables. Updated README
2020-05-09 20:54:32 -05:00
Pranav Srinivas Kumar
6f057a51a1
Closes #22
2020-05-09 20:33:15 -05:00
Pranav Srinivas Kumar
6d73795218
Implemented indeterminate progress bar w/ sample
2020-05-08 17:13:28 -05:00
Kevin M. Godby
371bcb2c3b
Add a MaxProgress option (default: 100).
...
The MaxProgress option allows you to set the maximum number of ticks
that are within a progress bar. Each call to tick() increments the tick
count. The progress bar percentage is the number of ticks divided by the
MaxProgress option.
The default MaxProgress is 100, so each tick would be 1%. If
MaxProgress is set to 500, for example, then each tick would be 0.2%.
2020-04-30 21:37:06 -05:00
Pranav Srinivas Kumar
5e75c285fe
First pass implementation of dynamic progress bar
2020-02-21 22:40:16 +05:30
Pranav Srinivas Kumar
a2272eba8a
Closes #26
2020-02-04 07:45:47 -06:00
Pranav Srinivas Kumar
8e41f2712e
Added sample showing MultiProgress with BlockProgressBar
2019-12-17 20:21:33 -06:00
Pranav Srinivas Kumar
92725d6cb2
Draft implementation of MultiProgress for progress bars
2019-12-17 20:06:50 -06:00
Pranav Srinivas Kumar
1e45ef3530
Updated README
2019-12-17 09:59:15 -06:00
offa
ab63e2c45b
CMake support for building the samples added.
2019-12-16 18:45:19 +01:00