videolang / video

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

Showing progress bar for renderer is difficult #18

Closed BenChung closed 7 years ago

BenChung commented 7 years ago

As noted in the documentation, it's possible to display a progress bar for the current state of the renderer. However, the documented way to do this is quite complex, despite the desire for a progress bar being presumably fairly universal. It would be nice if there was a mechanism to show a progress bar that was more accessible, rather than having to use explicit threading.

LeifAndersen commented 7 years ago

v0.2 Adds a render/pretty function which is much cleaner. Thanks again for reporting this.