-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add Progress Bar Widget #7
Comments
Open questions: (favorite answers bolded)
|
burksbuilds
pushed a commit
to burksbuilds/UiUiUi
that referenced
this issue
Oct 5, 2023
Added a UIProgressBar widget, which can be oriented with the new enum UIDirection.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From the README:
A progress bar which shows the progress of some operation. If it changes its setting gradually, it would be possible to render it extremely efficient by updating only the tiles of the framebuffer where the bar actually has changed. UITextLine performs similar computations on text updates.
The text was updated successfully, but these errors were encountered: