-
Does spdlog (or fmt) have any support for having animated / updated output in the terminal? I mean something like Probably seq integration is a better approach. But I'm curious anyway. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Color output with ANSI escape code is supported, but not animation. In many cases, it is necessary to continually output ANSI escape code to STDOUT (STDERR) for animation. |
Beta Was this translation helpful? Give feedback.
Color output with ANSI escape code is supported, but not animation.
In many cases, it is necessary to continually output ANSI escape code to STDOUT (STDERR) for animation.
It is not easy to manage animation timing, so it is recommended to use a library that specializes in this area.