Oh wow. Love the aesthetic and execution. How the hell does terminal do all this???
Viewing post in lifecycler jam comments
Thank you! You can see my code for rendering to terminal in bevy_ratatui_render, basically I follow bevy's headless renderer example and render to a texture instead of the screen, and then I send that texture to ratatui/ratatui-image to print the texture in text characters each frame.