We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
updated simple example code to use SFML 3, as well as replacing links to SFML classes with the same link to the list of classes
update to v1.1, which adds ability to texture the bar and background
remove window style from simple example
modify "window.draw(spline")" to read "window.draw(progressBar);"
add information about new features that allows bar to be disabled and the anchor points of the current progress that are now available
add extra information about frame thickness
add Progress Bar page