AZProductions / Kookaburra

Cross-Platform, Object-Oriented Programming language. With Kookaburra you can choose between the powerful CLI, or start coding with its' intuitive syntax.
https://azsoftware.org/Kookaburra
Other
11 stars 0 forks source link

Progressbars? (0.9.X) #134

Closed AZProductions closed 2 years ago

AZProductions commented 2 years ago

Syntax example:

new pb("progress", 100)
pb.display()
pb.value = 20
pb.header = "new title"
pb.hide()
AZProductions commented 2 years ago

We can revisit this idea in the future, but concluding the tests that we've done, its extremely complicated to redraw the progressbar in time with actual performance.