4-DEC-2025
1457
Feeling a bit frustrated trying to cajole bevy_ratatui_camera into ratatui_image and get something sensible to pop
out. I suspect many things, but I’ve also been thinking a bit about how to approach this if I can’t get it working at
the CLI level. In particular, getting it to run in a browser is appealing from a delivery perspective, it would be
significantly simpler to embed it as a WebGL/WSGL + WASM binary, at which point I could ostensibly have hot-reloading as
well; it minimizes the testability to some extent (insta probably won’t work), but it would mean I could just use
bevy as intended, rather than trying to force it into a ratatui_image block.
Another alternative is to move development to be directly on dragon rather than over SSH. I like the idea of trying to get something that uses kitty’s image protocol to do real ‘graphics’ over SSH, but I also just want the thing to work so I can get on with the actual point of this project.