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

Port tqdm to Rust with indicatif crate #284

Merged
merged 4 commits into from Jul 4, 2021

Conversation

redzic
Copy link
Collaborator

@redzic redzic commented Jul 3, 2021

Ports the previous tqdm code to call a progress bar implemented in Rust using indicatif instead. To achieve an fps display without flickering, a patched indicatif is needed. This should be changed to use upstream indicatif when this issue in indicatif is fixed.

The PySceneDetect progress bar is not affected by this PR, because it seems to manage its own progress bar.

@master-of-zen
Copy link
Owner

@redzic Great work! 🥇

@master-of-zen master-of-zen merged commit 5bf76ce into master-of-zen:master Jul 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants