Noah2610 / pong-cli

Play pong from your terminal!
https://crates.io/crates/pong-cli
MIT License
10 stars 0 forks source link

suggestion: use tui-rs to reduce flashing #5

Open Zaechus opened 4 years ago

Zaechus commented 4 years ago

First off, cool game! I have a thing for nice terminal games. I recommend in addition to using crossterm, you try using the canvas feature in tui-rs. I've found it completely removes all screen flashing when rendering new frames.

Noah2610 commented 4 years ago

Cool, thanks for the tip! I'll look into it when I get to it :)