cloud-oak/ProgressBars.jl

Is it possible to print a ProgressBar in a Makie element?

Opened this issue · 0 comments

I love the usage of ProgressBars in terminals, but I'm wondering if it's possible to tie the ProgressBar element to a Makie text box.

For example, this post discusses a few options of text boxes (https://discourse.julialang.org/t/text-display-or-indicator-in-makie-jl/73957).

Would it be possible to print an updating ProgressBar string into a Makie box like those?

The main motivation for this is that Makie is a fast and modular plotting environment, but doesn't have its own progress bars.