Slow animations/updates #1433
-
Hey, I have small application running on some servers which is designed to be accessed directly via a screen connected via vga to the server. The app is atm in v1 but an update to v2 should be doable. Thank you for the nice library, i had great fun writing the application. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
As a matter of fact, yes! In v2 the renderer has been optimized for minimal redrawing and the data transferred between the application and the terminal emulator has decreased by orders of magnitude. All you need to do is upgrade, which is typically pretty easy, especially for small applications. |
Beta Was this translation helpful? Give feedback.
As a matter of fact, yes! In v2 the renderer has been optimized for minimal redrawing and the data transferred between the application and the terminal emulator has decreased by orders of magnitude. All you need to do is upgrade, which is typically pretty easy, especially for small applications.