Skip to content

ZeroTau/c-progress-bar

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is a dead simple progress bar implementation for C. It has no extra dependencies (like libtermcap / ncurses) and should be easily dropped into any project. As an added bonus, it'll report time ETAs for long running jobs.

The main interface is print_progress, which takes in a percentage and a timestamp. Call it repeatedly in a loop to make the progress bar grow across the screen.

About

Simple standalone progress bar in C.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%