wobl
multi-backend textbased game engine :)
use
use ;
backends
backends are quite straight forward to implement. here are the included ones!
crossterm(woah terminal!): this should work pretty much everywhere: windows, linux (x11) and macos. if featurecrossterm_eventsis enabled then it uses terminal events (kitty protocol), otherwise it usesdevice_query- enable it if using wayland!sdl: for now - it just kinda works - i can definetly make more optimizations (like a texture atlas)