ajalt / mordant

Multiplatform text styling for Kotlin command-line applications
https://ajalt.github.io/mordant/
Apache License 2.0
935 stars 33 forks source link

Multiplatform progress bar rewrite #151

Closed ajalt closed 5 months ago

ajalt commented 6 months ago

This PR adds a new new implementation of all the progress layout and animation code with a lot of new features.

The old APIs are left for backwards compatibility for now, although they're now wrappers around the new implementation.

image

Fixes #148 Fixes #141 Fixes #121 Fixes #152