Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiplatform progress bar rewrite #151

Merged
merged 89 commits into from
Feb 18, 2024
Merged

Multiplatform progress bar rewrite #151

merged 89 commits into from
Feb 18, 2024

Conversation

ajalt
Copy link
Owner

@ajalt ajalt commented Jan 18, 2024

This PR adds a new new implementation of all the progress layout and animation code with a lot of new features.

  • Multiplatform support
  • Coroutine support
  • Multiple tasks that can be aligned or unaligned, without needing separate progress animations
  • Better performance with less flickering
  • New progress cells types
  • Optional task context to change displayed text while the animation is running
  • No internal classes; everything should be fully extensible now

The old APIs are left for backwards compatibility for now, although they're now wrappers around the new implementation.

image

Fixes #148
Fixes #141
Fixes #121
Fixes #152

@ajalt ajalt marked this pull request as ready for review February 15, 2024 21:14
@ajalt ajalt merged commit 79d69f9 into master Feb 18, 2024
5 checks passed
@ajalt ajalt deleted the multi-progress branch February 18, 2024 19:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant