teratail header banner
teratail header banner
質問するログイン新規登録

回答編集履歴

1

リンク追加

2021/07/13 12:56

投稿

etherbeg
etherbeg

スコア1195

answer CHANGED
@@ -2,6 +2,7 @@
2
2
 
3
3
  - [https://stackoverflow.com/questions/2726343/how-to-create-ascii-animation-in-a-console-application-using-python-3-x](https://stackoverflow.com/questions/2726343/how-to-create-ascii-animation-in-a-console-application-using-python-3-x)
4
4
  - [https://stackoverflow.com/questions/60783120/ascii-animation-on-python](https://stackoverflow.com/questions/60783120/ascii-animation-on-python)
5
+ - [https://medium.com/sweetmeat/python-curses-based-ascii-art-fire-animation-259e9e007767](https://medium.com/sweetmeat/python-curses-based-ascii-art-fire-animation-259e9e007767)
5
6
 
6
7
  それと画像の描画ごとに画像ファイルから読み込んでリサイズして白黒化してアスキーアート化する処理を行っていますが、負荷がどの程度なのか気になります。処理にかかる時間によっては思ったより画像の切り替えにモタったりすることもあるのではないかと思うのですが。
7
8
  リアルタイム動画ではないので、先にテキストファイルに書き出しておいてから、描画の時はそこから読み込んでもいいのではないかと思います。