Joe
Joe
After a little further investigation, it looks like this is an issue with winit. Ubuntu 22.04 defaults to using wayland and most likely winit has not been updated to work...
I had this same issue when using the snap based version. Using either the .deb version or the appimage will fix it.
I have this mostly working now on `0.11.0`, just [waiting on a pull request](https://github.com/amethyst/bracket-lib/pull/342#issue-1738869742). There are a couple of rare stability bugs I detailed that need to get ironed out...
Yes, bracket-bevy utilizes Bevy's renderer to provide a gui based pseudo terminal. I'm not sure if the curses backend is currently in a working state.
I am working on an initial port of bracket-bevy to Bevy version 0.10.1. For switching to stageless it was mostly simple and I got it done in a few hours....
Ok, so the issue with the background was on my end with my tileset not being transparent. However it looks like what I did to `update_mouse_position` didn't fix the issue...