Any advice for smoother Matrix animation? #1052
Unanswered
RadhiFadlillah
asked this question in
Q&A
Replies: 2 comments 4 replies
-
2024-07-11.09-21-58.mp4Runs pretty smooth for me without any jitters or excessive cpu/ram usage 🤔 had the thought at first it might be because of the terminal I'm using (kitty, which is GPU accelerated) but then verified it runs fine on vscode too 🤷♂️ |
Beta Was this translation helpful? Give feedback.
3 replies
-
This looks SO awesome. In terms of performance: we're currently working on an update to the Bubble Tea renderer that should improve performance significantly. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone 👋
I'm trying to make Matrix animation like the one from
cmatrix
command. I'm succeed to make it here but its performance leave a lot to be desired.I noticed my CPU usage become very high and my PC feels lagging. In Konsole, it run kinda smooth at first, but the longer it run the more it stutters:
Screencast_20240711_055031.webm
In VS Code integrated terminal, the animation flickers a lot:
Screencast_20240711_055442.webm
I know there is a new renderer planned to fix flicker issue, but I wonder if there are something I can do on my side. The only thing that I did so far is to use
strings.Builder
instead of concatenating string likes += "A" + "b"
.Thanks!
Beta Was this translation helpful? Give feedback.
All reactions