Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

Oh wow. Love the aesthetic and execution. How the hell does terminal do all this???

(+2)

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.