sarkahn / bevy_ascii_terminal

A simple terminal for rendering ascii in bevy.
MIT License
95 stars 13 forks source link

Moving camera or terminal produces jitter #15

Open bewuwy opened 1 year ago

bewuwy commented 1 year ago

When changing Camera2d's (generated by Autocamera) or Terminal's y translation there is a very visible jitter and every tile resets to "-" for a frame.

When I change x translation it works as intended.

Is there a way to fix that?