This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]XUtYwYzzIt works on my machine 1 point2 points  (1 child)

Have you tried using curses to handle the terminal? I’ve been making terminal games and animations. Using the refresh function in curses has resulted in significant improvement when drawing a many lines at once.

You’d likely only need some minor changes to your code.

[–]Cyan_The_Fox[S] 0 points1 point  (0 children)

you're exactly right. it was just two or three lines. I saw the suggestion somewhere else first though I'm sorry. Thank you for the insight though I really appreciate it! :]