videolang / video

Source Code for Video language.
https://lang.video
Apache License 2.0
126 stars 12 forks source link

Render function progress indicator #16

Closed BenChung closed 7 years ago

BenChung commented 7 years ago

Or the lack thereof - the explicit render function doesn't give any indication as to how long is left, which is a very nice feature of #lang video proper. It would be nice to have a function that would show the progress bar with an explicit render invocation.

LeifAndersen commented 7 years ago

This is actually possible, but not documented. I will document it, thank you.

LeifAndersen commented 7 years ago

Commit 363478c fixes this.