Hullo, hopefully a quick question.
I’m creating an interface for a serial terminal. The text for that terminal is often growing in length, especially when something this happening.
As its size increases, it becomes increasingly slow to update. I’m sure it has everything to do with the fact that it’s a few thousand pixels high and growing every 50ms.
Is there a better way to handle the text in this situation?
If it helps, I’m currently using TextArea{} for this.
↧